#A66A5C

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

Shades of Au Chico #A66A5C

Tints of Au Chico #A66A5C

Color information

#A66A5C (or 0xA66A5C) is unknown color: approx Au Chico. HEX triplet: A6, 6A and 5C. RGB value is (166,106,92). Sum of RGB (Red+Green+Blue) = 166+106+92=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A5C is #5995A3. Grayscale: #7A7A7A. Windows color (decimal): -5871012 or 6056614. OLE color: 6056614.

HSL color Cylindrical-coordinate representation of color #A66A5C: hue angle of 11.35º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A66A5C is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16610692-
CMYK00.360.450.35
HSL11.35º29.37%50.59%-
HSV(B)11.35º44.58%65.1%-
XYZ22.8119.1912.63-
YUV122.34110.88159.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=45.60%
G=29.12%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661069200.360.450.3511.3529.3750.59
HexA66A5C0242D23b1d33
Octal2461521340445543133563
Binary10100110110101010111000100100101101100011101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A5C; }

 p { color: rgb(166,106,92); }

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

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

 a { background-color: rgb(166,106,92); }

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

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

 span { border-color: rgb(166,106,92); }

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