#A96456

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

Shades of Au Chico #A96456

Tints of Au Chico #A96456

Color information

#A96456 (or 0xA96456) is unknown color: approx Au Chico. HEX triplet: A9, 64 and 56. RGB value is (169,100,86). Sum of RGB (Red+Green+Blue) = 169+100+86=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A96456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96456 is #569BA9. Grayscale: #777777. Windows color (decimal): -5675946 or 5661865. OLE color: 5661865.

HSL color Cylindrical-coordinate representation of color #A96456: hue angle of 10.12º 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 #A96456 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16910086-
CMYK00.410.490.34
HSL10.12º32.55%50%-
HSV(B)10.12º49.11%66.27%-
XYZ22.618.2211.13-
YUV119.04109.36163.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=47.61%
G=28.17%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691008600.410.490.3410.1232.5550
HexA964560293122a2132
Octal2511441260516142124162
Binary101010011100100101011001010011100011000101010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96456; }

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

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

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

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

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

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

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

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