#A66253

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

Shades of Au Chico #A66253

Tints of Au Chico #A66253

Color information

#A66253 (or 0xA66253) is unknown color: approx Au Chico. HEX triplet: A6, 62 and 53. RGB value is (166,98,83). Sum of RGB (Red+Green+Blue) = 166+98+83=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A66253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66253 is #599DAC. Grayscale: #747474. Windows color (decimal): -5873069 or 5464742. OLE color: 5464742.

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

Color convert

RGB1669883-
CMYK00.410.500.35
HSL10.84º33.33%48.82%-
HSV(B)10.84º50%65.1%-
XYZ21.6517.4710.41-
YUV116.62109.03163.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=47.84%
G=28.24%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166988300.410.500.3510.8433.3348.82
HexA662530293223b2131
Octal2461421230516243134161
Binary101001101100010101001101010011100101000111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66253; }

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

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

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

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

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

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

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

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