#AA6B66

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

Shades of Coral Tree #AA6B66

Tints of Coral Tree #AA6B66

Color information

#AA6B66 (or 0xAA6B66) is unknown color: approx Coral Tree. HEX triplet: AA, 6B and 66. RGB value is (170,107,102). Sum of RGB (Red+Green+Blue) = 170+107+102=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B66 is #559499. Grayscale: #7D7D7D. Windows color (decimal): -5608602 or 6712234. OLE color: 6712234.

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

Color convert

RGB170107102-
CMYK00.370.40.33
HSL4.41º28.57%53.33%-
HSV(B)4.41º40%66.67%-
XYZ24.2320.0215.16-
YUV125.27114.87159.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=44.85%
G=28.23%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010710200.370.40.334.4128.5753.33
HexAA6B66025282141d35
Octal252153146045504143565
Binary1010101011010111100110010010110100010000110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B66; }

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

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

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

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

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

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

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

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