#A96257

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

Shades of Au Chico #A96257

Tints of Au Chico #A96257

Color information

#A96257 (or 0xA96257) is unknown color: approx Au Chico. HEX triplet: A9, 62 and 57. RGB value is (169,98,87). Sum of RGB (Red+Green+Blue) = 169+98+87=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A96257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96257 is #569DA8. Grayscale: #767676. Windows color (decimal): -5676457 or 5726889. OLE color: 5726889.

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

Color convert

RGB1699887-
CMYK00.420.490.34
HSL8.05º32.28%50.2%-
HSV(B)8.05º48.52%66.27%-
XYZ22.4517.8611.28-
YUV117.98110.52164.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=47.74%
G=27.68%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169988700.420.490.348.0532.2850.2
HexA9625702A312282032
Octal2511421270526142104062
Binary101010011100010101011101010101100011000101000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96257; }

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

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

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

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

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

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

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

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