#A66657

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

Shades of Au Chico #A66657

Tints of Au Chico #A66657

Color information

#A66657 (or 0xA66657) is unknown color: approx Au Chico. HEX triplet: A6, 66 and 57. RGB value is (166,102,87). Sum of RGB (Red+Green+Blue) = 166+102+87=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A66657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66657 is #5999A8. Grayscale: #777777. Windows color (decimal): -5872041 or 5727910. OLE color: 5727910.

HSL color Cylindrical-coordinate representation of color #A66657: hue angle of 11.39º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66657 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16610287-
CMYK00.390.480.35
HSL11.39º31.23%49.61%-
HSV(B)11.39º47.59%65.1%-
XYZ22.218.311.38-
YUV119.43109.7161.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=46.76%
G=28.73%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661028700.390.480.3511.3931.2349.61
HexA666570273023b1f32
Octal2461461270476043133762
Binary10100110110011010101110100111110000100011101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66657; }

 p { color: rgb(166,102,87); }

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

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

 a { background-color: rgb(166,102,87); }

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

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

 span { border-color: rgb(166,102,87); }

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