#A66656

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

Shades of Au Chico #A66656

Tints of Au Chico #A66656

Color information

#A66656 (or 0xA66656) is unknown color: approx Au Chico. HEX triplet: A6, 66 and 56. RGB value is (166,102,86). Sum of RGB (Red+Green+Blue) = 166+102+86=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A66656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66656 is #5999A9. Grayscale: #777777. Windows color (decimal): -5872042 or 5662374. OLE color: 5662374.

HSL color Cylindrical-coordinate representation of color #A66656: hue angle of 12º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66656 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16610286-
CMYK00.390.480.35
HSL12º31.75%49.41%-
HSV(B)12º48.19%65.1%-
XYZ22.1618.2811.17-
YUV119.31109.2161.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=46.89%
G=28.81%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661028600.390.480.351231.7549.41
HexA666560273023c2031
Octal2461461260476043144061
Binary101001101100110101011001001111100001000111100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66656; }

 p { color: rgb(166,102,86); }

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

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

 a { background-color: rgb(166,102,86); }

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

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

 span { border-color: rgb(166,102,86); }

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