#A96055

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

Shades of Au Chico #A96055

Tints of Au Chico #A96055

Color information

#A96055 (or 0xA96055) is unknown color: approx Au Chico. HEX triplet: A9, 60 and 55. RGB value is (169,96,85). Sum of RGB (Red+Green+Blue) = 169+96+85=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A96055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96055 is #569FAA. Grayscale: #747474. Windows color (decimal): -5676971 or 5595305. OLE color: 5595305.

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

Color convert

RGB1699685-
CMYK00.430.500.34
HSL7.86º33.07%49.8%-
HSV(B)7.86º49.7%66.27%-
XYZ22.1817.4610.79-
YUV116.57110.18165.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=48.29%
G=27.43%
B=24.29%

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
Decimal169968500.430.500.347.8633.0749.8
HexA9605502B322282132
Octal2511401250536242104162
Binary101010011100000101010101010111100101000101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96055; }

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

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

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

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

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

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

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

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