#A66856

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

Shades of Au Chico #A66856

Tints of Au Chico #A66856

Color information

#A66856 (or 0xA66856) is unknown color: approx Au Chico. HEX triplet: A6, 68 and 56. RGB value is (166,104,86). Sum of RGB (Red+Green+Blue) = 166+104+86=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A66856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66856 is #5997A9. Grayscale: #787878. Windows color (decimal): -5871530 or 5662886. OLE color: 5662886.

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

Color convert

RGB16610486-
CMYK00.370.480.35
HSL13.5º31.75%49.41%-
HSV(B)13.5º48.19%65.1%-
XYZ22.3618.6811.23-
YUV120.49108.54160.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=46.63%
G=29.21%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661048600.370.480.3513.531.7549.41
HexA668560253023e2031
Octal2461501260456043164061
Binary101001101101000101011001001011100001000111110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66856; }

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

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

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

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

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

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

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

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