#AA6657

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

Shades of Au Chico #AA6657

Tints of Au Chico #AA6657

Color information

#AA6657 (or 0xAA6657) is unknown color: approx Au Chico. HEX triplet: AA, 66 and 57. RGB value is (170,102,87). Sum of RGB (Red+Green+Blue) = 170+102+87=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6657 is #5599A8. Grayscale: #787878. Windows color (decimal): -5609897 or 5727914. OLE color: 5727914.

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

Color convert

RGB17010287-
CMYK00.40.490.33
HSL10.84º32.81%50.39%-
HSV(B)10.84º48.82%66.67%-
XYZ23.0518.7411.42-
YUV120.62109.03163.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=47.35%
G=28.41%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701028700.40.490.3310.8432.8150.39
HexAA66570283121b2132
Octal2521461270506141134162
Binary101010101100110101011101010001100011000011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6657; }

 p { color: rgb(170,102,87); }

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

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

 a { background-color: rgb(170,102,87); }

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

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

 span { border-color: rgb(170,102,87); }

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