#A66B5D

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

Shades of Au Chico #A66B5D

Tints of Au Chico #A66B5D

Color information

#A66B5D (or 0xA66B5D) is unknown color: approx Au Chico. HEX triplet: A6, 6B and 5D. RGB value is (166,107,93). Sum of RGB (Red+Green+Blue) = 166+107+93=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B5D is #5994A2. Grayscale: #7B7B7B. Windows color (decimal): -5870755 or 6122406. OLE color: 6122406.

HSL color Cylindrical-coordinate representation of color #A66B5D: hue angle of 11.51º 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 #A66B5D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16610793-
CMYK00.360.440.35
HSL11.51º29.08%50.78%-
HSV(B)11.51º43.98%65.1%-
XYZ22.9619.4112.89-
YUV123.04111.05158.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=45.36%
G=29.23%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661079300.360.440.3511.5129.0850.78
HexA66B5D0242C23c1d33
Octal2461531350445443143563
Binary10100110110101110111010100100101100100011110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B5D; }

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

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

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

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

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

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

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

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