#A16658

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

Shades of Au Chico #A16658

Tints of Au Chico #A16658

Color information

#A16658 (or 0xA16658) is unknown color: approx Au Chico. HEX triplet: A1, 66 and 58. RGB value is (161,102,88). Sum of RGB (Red+Green+Blue) = 161+102+88=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A16658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16658 is #5E99A7. Grayscale: #767676. Windows color (decimal): -6199720 or 5793441. OLE color: 5793441.

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

Color convert

RGB16110288-
CMYK00.370.450.37
HSL11.51º29.32%48.82%-
HSV(B)11.51º45.34%63.14%-
XYZ21.2117.7811.55-
YUV118.04111.05158.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=45.87%
G=29.06%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611028800.370.450.3711.5129.3248.82
HexA166580252D25c1d31
Octal2411461300455545143561
Binary10100001110011010110000100101101101100101110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16658; }

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

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

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

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

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

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

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

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