#A96157

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

Shades of Au Chico #A96157

Tints of Au Chico #A96157

Color information

#A96157 (or 0xA96157) is unknown color: approx Au Chico. HEX triplet: A9, 61 and 57. RGB value is (169,97,87). Sum of RGB (Red+Green+Blue) = 169+97+87=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A96157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96157 is #569EA8. Grayscale: #757575. Windows color (decimal): -5676713 or 5726633. OLE color: 5726633.

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

Color convert

RGB1699787-
CMYK00.430.490.34
HSL7.32º32.28%50.2%-
HSV(B)7.32º48.52%66.27%-
XYZ22.3617.6711.25-
YUV117.39110.85164.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=47.88%
G=27.48%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169978700.430.490.347.3232.2850.2
HexA9615702B312272032
Octal251141127053614274062
Binary10101001110000110101110101011110001100010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96157; }

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

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

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

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

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

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

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

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