#A66252

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

Shades of Au Chico #A66252

Tints of Au Chico #A66252

Color information

#A66252 (or 0xA66252) is unknown color: approx Au Chico. HEX triplet: A6, 62 and 52. RGB value is (166,98,82). Sum of RGB (Red+Green+Blue) = 166+98+82=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A66252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66252 is #599DAD. Grayscale: #747474. Windows color (decimal): -5873070 or 5399206. OLE color: 5399206.

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

Color convert

RGB1669882-
CMYK00.410.510.35
HSL11.43º33.87%48.63%-
HSV(B)11.43º50.6%65.1%-
XYZ21.6217.4510.21-
YUV116.51108.53163.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=47.98%
G=28.32%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166988200.410.510.3511.4333.8748.63
HexA662520293323b2231
Octal2461421220516343134261
Binary101001101100010101001001010011100111000111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66252; }

 p { color: rgb(166,98,82); }

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

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

 a { background-color: rgb(166,98,82); }

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

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

 span { border-color: rgb(166,98,82); }

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