#AA7666

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

Shades of Coral Tree #AA7666

Tints of Coral Tree #AA7666

Color information

#AA7666 (or 0xAA7666) is unknown color: approx Coral Tree. HEX triplet: AA, 76 and 66. RGB value is (170,118,102). Sum of RGB (Red+Green+Blue) = 170+118+102=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7666 is #558999. Grayscale: #838383. Windows color (decimal): -5605786 or 6715050. OLE color: 6715050.

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

Color convert

RGB170118102-
CMYK00.310.40.33
HSL14.12º28.57%53.33%-
HSV(B)14.12º40%66.67%-
XYZ25.4522.4615.56-
YUV131.72111.23155.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=43.59%
G=30.26%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011810200.310.40.3314.1228.5753.33
HexAA766601F2821e1d35
Octal2521661460375041163565
Binary1010101011101101100110011111101000100001111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7666; }

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

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

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

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

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

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

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

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