#A96556

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

Shades of Au Chico #A96556

Tints of Au Chico #A96556

Color information

#A96556 (or 0xA96556) is unknown color: approx Au Chico. HEX triplet: A9, 65 and 56. RGB value is (169,101,86). Sum of RGB (Red+Green+Blue) = 169+101+86=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A96556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96556 is #569AA9. Grayscale: #777777. Windows color (decimal): -5675690 or 5662121. OLE color: 5662121.

HSL color Cylindrical-coordinate representation of color #A96556: hue angle of 10.84º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96556 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16910186-
CMYK00.400.490.34
HSL10.84º32.55%50%-
HSV(B)10.84º49.11%66.27%-
XYZ22.718.4111.16-
YUV119.62109.03163.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=47.47%
G=28.37%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691018600.400.490.3410.8432.5550
HexA965560283122b2132
Octal2511451260506142134162
Binary101010011100101101011001010001100011000101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96556; }

 p { color: rgb(169,101,86); }

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

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

 a { background-color: rgb(169,101,86); }

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

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

 span { border-color: rgb(169,101,86); }

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