#A96059

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

Shades of Au Chico #A96059

Tints of Au Chico #A96059

Color information

#A96059 (or 0xA96059) is unknown color: approx Au Chico. HEX triplet: A9, 60 and 59. RGB value is (169,96,89). Sum of RGB (Red+Green+Blue) = 169+96+89=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A96059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96059 is #569FA6. Grayscale: #757575. Windows color (decimal): -5676967 or 5857449. OLE color: 5857449.

HSL color Cylindrical-coordinate representation of color #A96059: hue angle of 5.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96059 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1699689-
CMYK00.430.470.34
HSL5.25º31.75%50.59%-
HSV(B)5.25º47.34%66.27%-
XYZ22.3517.5211.66-
YUV117.03112.18165.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=47.74%
G=27.12%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169968900.430.470.345.2531.7550.59
HexA9605902B2F2252033
Octal251140131053574254063
Binary10101001110000010110010101011101111100010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96059; }

 p { color: rgb(169,96,89); }

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

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

 a { background-color: rgb(169,96,89); }

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

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

 span { border-color: rgb(169,96,89); }

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