#A16154

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

Shades of Au Chico #A16154

Tints of Au Chico #A16154

Color information

#A16154 (or 0xA16154) is unknown color: approx Au Chico. HEX triplet: A1, 61 and 54. RGB value is (161,97,84). Sum of RGB (Red+Green+Blue) = 161+97+84=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A16154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16154 is #5E9EAB. Grayscale: #727272. Windows color (decimal): -6201004 or 5530017. OLE color: 5530017.

HSL color Cylindrical-coordinate representation of color #A16154: hue angle of 10.13º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16154 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1619784-
CMYK00.400.480.37
HSL10.13º31.43%48.04%-
HSV(B)10.13º47.83%63.14%-
XYZ20.5716.7710.54-
YUV114.65110.7161.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=47.08%
G=28.36%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161978400.400.480.3710.1331.4348.04
HexA161540283025a1f30
Octal2411411240506045123760
Binary10100001110000110101000101000110000100101101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16154; }

 p { color: rgb(161,97,84); }

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

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

 a { background-color: rgb(161,97,84); }

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

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

 span { border-color: rgb(161,97,84); }

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