#A66A5D

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

Shades of Au Chico #A66A5D

Tints of Au Chico #A66A5D

Color information

#A66A5D (or 0xA66A5D) is unknown color: approx Au Chico. HEX triplet: A6, 6A and 5D. RGB value is (166,106,93). Sum of RGB (Red+Green+Blue) = 166+106+93=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A5D is #5995A2. Grayscale: #7A7A7A. Windows color (decimal): -5871011 or 6122150. OLE color: 6122150.

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

Color convert

RGB16610693-
CMYK00.360.440.35
HSL10.68º29.08%50.78%-
HSV(B)10.68º43.98%65.1%-
XYZ22.8619.2112.86-
YUV122.46111.38159.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=45.48%
G=29.04%
B=25.48%

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
Decimal1661069300.360.440.3510.6829.0850.78
HexA66A5D0242C23b1d33
Octal2461521350445443133563
Binary10100110110101010111010100100101100100011101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A5D; }

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

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

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

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

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

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

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

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