#A96155

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

Shades of Au Chico #A96155

Tints of Au Chico #A96155

Color information

#A96155 (or 0xA96155) is unknown color: approx Au Chico. HEX triplet: A9, 61 and 55. RGB value is (169,97,85). Sum of RGB (Red+Green+Blue) = 169+97+85=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A96155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96155 is #569EAA. Grayscale: #757575. Windows color (decimal): -5676715 or 5595561. OLE color: 5595561.

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

Color convert

RGB1699785-
CMYK00.430.500.34
HSL8.57º33.07%49.8%-
HSV(B)8.57º49.7%66.27%-
XYZ22.2817.6410.83-
YUV117.16109.85164.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=48.15%
G=27.64%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169978500.430.500.348.5733.0749.8
HexA9615502B322292132
Octal2511411250536242114162
Binary101010011100001101010101010111100101000101001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96155; }

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

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

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

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

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

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

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

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