#A66355

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

Shades of Au Chico #A66355

Tints of Au Chico #A66355

Color information

#A66355 (or 0xA66355) is unknown color: approx Au Chico. HEX triplet: A6, 63 and 55. RGB value is (166,99,85). Sum of RGB (Red+Green+Blue) = 166+99+85=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A66355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66355 is #599CAA. Grayscale: #757575. Windows color (decimal): -5872811 or 5596070. OLE color: 5596070.

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

Color convert

RGB1669985-
CMYK00.400.490.35
HSL10.37º32.27%49.22%-
HSV(B)10.37º48.8%65.1%-
XYZ21.8317.6910.86-
YUV117.44109.7162.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=47.43%
G=28.29%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166998500.400.490.3510.3732.2749.22
HexA663550283123a2031
Octal2461431250506143124061
Binary101001101100011101010101010001100011000111010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66355; }

 p { color: rgb(166,99,85); }

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

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

 a { background-color: rgb(166,99,85); }

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

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

 span { border-color: rgb(166,99,85); }

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