#A16654

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

Shades of Au Chico #A16654

Tints of Au Chico #A16654

Color information

#A16654 (or 0xA16654) is unknown color: approx Au Chico. HEX triplet: A1, 66 and 54. RGB value is (161,102,84). Sum of RGB (Red+Green+Blue) = 161+102+84=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A16654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16654 is #5E99AB. Grayscale: #757575. Windows color (decimal): -6199724 or 5531297. OLE color: 5531297.

HSL color Cylindrical-coordinate representation of color #A16654: hue angle of 14.03º 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 #A16654 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16110284-
CMYK00.370.480.37
HSL14.03º31.43%48.04%-
HSV(B)14.03º47.83%63.14%-
XYZ21.0517.7210.7-
YUV117.59109.05158.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=46.40%
G=29.39%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611028400.370.480.3714.0331.4348.04
HexA166540253025e1f30
Octal2411461240456045163760
Binary10100001110011010101000100101110000100101111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16654; }

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

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

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

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

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

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

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

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