#A96959

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

Shades of Au Chico #A96959

Tints of Au Chico #A96959

Color information

#A96959 (or 0xA96959) is unknown color: approx Au Chico. HEX triplet: A9, 69 and 59. RGB value is (169,105,89). Sum of RGB (Red+Green+Blue) = 169+105+89=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A96959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96959 is #5696A6. Grayscale: #7A7A7A. Windows color (decimal): -5674663 or 5859753. OLE color: 5859753.

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

Color convert

RGB16910589-
CMYK00.380.470.34
HSL12º31.75%50.59%-
HSV(B)12º47.34%66.27%-
XYZ23.2219.2611.94-
YUV122.31109.2161.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=46.56%
G=28.93%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691058900.380.470.341231.7550.59
HexA969590262F22c2033
Octal2511511310465742144063
Binary101010011101001101100101001101011111000101100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96959; }

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

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

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

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

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

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

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

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