#A96355

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

Shades of Au Chico #A96355

Tints of Au Chico #A96355

Color information

#A96355 (or 0xA96355) is unknown color: approx Au Chico. HEX triplet: A9, 63 and 55. RGB value is (169,99,85). Sum of RGB (Red+Green+Blue) = 169+99+85=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A96355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96355 is #569CAA. Grayscale: #767676. Windows color (decimal): -5676203 or 5596073. OLE color: 5596073.

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

Color convert

RGB1699985-
CMYK00.410.500.34
HSL10º33.07%49.8%-
HSV(B)10º49.7%66.27%-
XYZ22.4618.0110.89-
YUV118.33109.19164.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=47.88%
G=28.05%
B=24.08%

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
Decimal169998500.410.500.341033.0749.8
HexA963550293222a2132
Octal2511431250516242124162
Binary101010011100011101010101010011100101000101010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96355; }

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

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

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

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

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

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

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

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