#A66C5D

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

Shades of Au Chico #A66C5D

Tints of Au Chico #A66C5D

Color information

#A66C5D (or 0xA66C5D) is unknown color: approx Au Chico. HEX triplet: A6, 6C and 5D. RGB value is (166,108,93). Sum of RGB (Red+Green+Blue) = 166+108+93=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C5D is #5993A2. Grayscale: #7B7B7B. Windows color (decimal): -5870499 or 6122662. OLE color: 6122662.

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

Color convert

RGB16610893-
CMYK00.350.440.35
HSL12.33º29.08%50.78%-
HSV(B)12.33º43.98%65.1%-
XYZ23.0619.6212.93-
YUV123.63110.72158.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=45.23%
G=29.43%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661089300.350.440.3512.3329.0850.78
HexA66C5D0232C23c1d33
Octal2461541350435443143563
Binary10100110110110010111010100011101100100011110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C5D; }

 p { color: rgb(166,108,93); }

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

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

 a { background-color: rgb(166,108,93); }

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

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

 span { border-color: rgb(166,108,93); }

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