#A66052

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

Shades of Au Chico #A66052

Tints of Au Chico #A66052

Color information

#A66052 (or 0xA66052) is unknown color: approx Au Chico. HEX triplet: A6, 60 and 52. RGB value is (166,96,82). Sum of RGB (Red+Green+Blue) = 166+96+82=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A66052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66052 is #599FAD. Grayscale: #737373. Windows color (decimal): -5873582 or 5398694. OLE color: 5398694.

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

Color convert

RGB1669682-
CMYK00.420.510.35
HSL10º33.87%48.63%-
HSV(B)10º50.6%65.1%-
XYZ21.4317.0810.15-
YUV115.33109.19164.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=48.26%
G=27.91%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166968200.420.510.351033.8748.63
HexA6605202A3323a2231
Octal2461401220526343124261
Binary101001101100000101001001010101100111000111010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66052; }

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

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

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

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

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

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

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

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