#AA7066

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

Shades of Coral Tree #AA7066

Tints of Coral Tree #AA7066

Color information

#AA7066 (or 0xAA7066) is unknown color: approx Coral Tree. HEX triplet: AA, 70 and 66. RGB value is (170,112,102). Sum of RGB (Red+Green+Blue) = 170+112+102=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7066 is #558F99. Grayscale: #808080. Windows color (decimal): -5607322 or 6713514. OLE color: 6713514.

HSL color Cylindrical-coordinate representation of color #AA7066: hue angle of 8.82º 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 #AA7066 is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB170112102-
CMYK00.340.40.33
HSL8.82º28.57%53.33%-
HSV(B)8.82º40%66.67%-
XYZ24.7721.0915.34-
YUV128.2113.22157.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=44.27%
G=29.17%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011210200.340.40.338.8228.5753.33
HexAA7066022282191d35
Octal2521601460425041113565
Binary10101010111000011001100100010101000100001100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7066; }

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

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

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

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

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

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

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

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