#A96455

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

Shades of Au Chico #A96455

Tints of Au Chico #A96455

Color information

#A96455 (or 0xA96455) is unknown color: approx Au Chico. HEX triplet: A9, 64 and 55. RGB value is (169,100,85). Sum of RGB (Red+Green+Blue) = 169+100+85=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A96455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96455 is #569BAA. Grayscale: #777777. Windows color (decimal): -5675947 or 5596329. OLE color: 5596329.

HSL color Cylindrical-coordinate representation of color #A96455: hue angle of 10.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96455 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB16910085-
CMYK00.410.500.34
HSL10.71º33.07%49.8%-
HSV(B)10.71º49.7%66.27%-
XYZ22.5618.2110.92-
YUV118.92108.86163.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=47.74%
G=28.25%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691008500.410.500.3410.7133.0749.8
HexA964550293222b2132
Octal2511441250516242134162
Binary101010011100100101010101010011100101000101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96455; }

 p { color: rgb(169,100,85); }

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

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

 a { background-color: rgb(169,100,85); }

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

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

 span { border-color: rgb(169,100,85); }

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