#A56156

Color #A56156 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A56156

Tints of Au Chico #A56156

Color information

#A56156 (or 0xA56156) is unknown color: approx Au Chico. HEX triplet: A5, 61 and 56. RGB value is (165,97,86). Sum of RGB (Red+Green+Blue) = 165+97+86=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A56156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56156 is #5A9EA9. Grayscale: #747474. Windows color (decimal): -5938858 or 5661093. OLE color: 5661093.

HSL color Cylindrical-coordinate representation of color #A56156: hue angle of 8.35º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56156 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1659786-
CMYK00.410.480.35
HSL8.35º31.47%49.22%-
HSV(B)8.35º47.88%64.71%-
XYZ21.4717.2211-
YUV116.08111.03162.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=47.41%
G=27.87%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165978600.410.480.358.3531.4749.22
HexA56156029302381f31
Octal2451411260516043103761
Binary10100101110000110101100101001110000100011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56156; }

 p { color: rgb(165,97,86); }

 H1.HeaderClassName
 {
   color: #A56156;
 }
 .AnyTagClassName
 {
   color: #A56156;
 }
</style>
background-color css

<style>
 a { background-color: #A56156; }

 a { background-color: rgb(165,97,86); }

 div.DivClassName
 {
   background-color: #A56156;
 }
 .BgClassName
 {
   background-color: #A56156;
 }
</style>
border-color css

<style>
 span { border-color: #A56156; }

 span { border-color: rgb(165,97,86); }

 td.TdClassName
 {
   border-color: #A56156;
 }
 .TagClassName
 {
   border-color: #A56156;
 }
</style>