#AA706E

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

Shades of Coral Tree #AA706E

Tints of Coral Tree #AA706E

Color information

#AA706E (or 0xAA706E) is unknown color: approx Coral Tree. HEX triplet: AA, 70 and 6E. RGB value is (170,112,110). Sum of RGB (Red+Green+Blue) = 170+112+110=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA706E is #558F91. Grayscale: #818181. Windows color (decimal): -5607314 or 7237802. OLE color: 7237802.

HSL color Cylindrical-coordinate representation of color #AA706E: hue angle of 2º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA706E is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170112110-
CMYK00.340.350.33
HSL26.09%54.9%-
HSV(B)35.29%66.67%-
XYZ25.1921.2617.53-
YUV129.11117.22157.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=43.37%
G=28.57%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011211000.340.350.33226.0954.9
HexAA706E022232121a37
Octal252160156042434123267
Binary101010101110000110111001000101000111000011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA706E; }

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

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

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

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

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

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

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

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