#A96457

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

Shades of Au Chico #A96457

Tints of Au Chico #A96457

Color information

#A96457 (or 0xA96457) is unknown color: approx Au Chico. HEX triplet: A9, 64 and 57. RGB value is (169,100,87). Sum of RGB (Red+Green+Blue) = 169+100+87=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A96457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96457 is #569BA8. Grayscale: #777777. Windows color (decimal): -5675945 or 5727401. OLE color: 5727401.

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

Color convert

RGB16910087-
CMYK00.410.490.34
HSL9.51º32.28%50.2%-
HSV(B)9.51º48.52%66.27%-
XYZ22.6418.2411.34-
YUV119.15109.86163.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=47.47%
G=28.09%
B=24.44%

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
Decimal1691008700.410.490.349.5132.2850.2
HexA964570293122a2032
Octal2511441270516142124062
Binary101010011100100101011101010011100011000101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96457; }

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

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

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

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

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

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

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

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