#A66C5E

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

Shades of Au Chico #A66C5E

Tints of Au Chico #A66C5E

Color information

#A66C5E (or 0xA66C5E) is unknown color: approx Au Chico. HEX triplet: A6, 6C and 5E. RGB value is (166,108,94). Sum of RGB (Red+Green+Blue) = 166+108+94=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C5E is #5993A1. Grayscale: #7B7B7B. Windows color (decimal): -5870498 or 6188198. OLE color: 6188198.

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

Color convert

RGB16610894-
CMYK00.350.430.35
HSL11.67º28.8%50.98%-
HSV(B)11.67º43.37%65.1%-
XYZ23.1119.6413.16-
YUV123.75111.22158.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=45.11%
G=29.35%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661089400.350.430.3511.6728.850.98
HexA66C5E0232B23c1d33
Octal2461541360435343143563
Binary10100110110110010111100100011101011100011110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C5E; }

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

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

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

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

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

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

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

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