#AA6660

Color #AA6660 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AA6660

Tints of Coral Tree #AA6660

Color information

#AA6660 (or 0xAA6660) is unknown color: approx Coral Tree. HEX triplet: AA, 66 and 60. RGB value is (170,102,96). Sum of RGB (Red+Green+Blue) = 170+102+96=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6660 is #55999F. Grayscale: #797979. Windows color (decimal): -5609888 or 6317738. OLE color: 6317738.

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

Color convert

RGB17010296-
CMYK00.40.440.33
HSL4.86º30.33%52.16%-
HSV(B)4.86º43.53%66.67%-
XYZ23.4418.8913.48-
YUV121.65113.53162.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=46.20%
G=27.72%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701029600.40.440.334.8630.3352.16
HexAA66600282C2151e34
Octal252146140050544153664
Binary1010101011001101100000010100010110010000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6660; }

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

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

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

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

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

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

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

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