#A96259

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

Shades of Au Chico #A96259

Tints of Au Chico #A96259

Color information

#A96259 (or 0xA96259) is unknown color: approx Au Chico. HEX triplet: A9, 62 and 59. RGB value is (169,98,89). Sum of RGB (Red+Green+Blue) = 169+98+89=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A96259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96259 is #569DA6. Grayscale: #767676. Windows color (decimal): -5676455 or 5857961. OLE color: 5857961.

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

Color convert

RGB1699889-
CMYK00.420.470.34
HSL6.75º31.75%50.59%-
HSV(B)6.75º47.34%66.27%-
XYZ22.5317.8911.72-
YUV118.2111.52164.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 89 (35.16% from 255) = 25%
R=47.47%
G=27.53%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169988900.420.470.346.7531.7550.59
HexA9625902A2F2272033
Octal251142131052574274063
Binary10101001110001010110010101010101111100010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96259; }

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

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

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

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

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

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

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

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