#AA706A

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

Shades of Coral Tree #AA706A

Tints of Coral Tree #AA706A

Color information

#AA706A (or 0xAA706A) is unknown color: approx Coral Tree. HEX triplet: AA, 70 and 6A. RGB value is (170,112,106). Sum of RGB (Red+Green+Blue) = 170+112+106=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA706A is #558F95. Grayscale: #808080. Windows color (decimal): -5607318 or 6975658. OLE color: 6975658.

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

Color convert

RGB170112106-
CMYK00.340.380.33
HSL5.63º27.35%54.12%-
HSV(B)5.63º37.65%66.67%-
XYZ24.9721.1716.41-
YUV128.66115.22157.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=43.81%
G=28.87%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011210600.340.380.335.6327.3554.12
HexAA706A022262161b36
Octal252160152042464163366
Binary1010101011100001101010010001010011010000111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA706A; }

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

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

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

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

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

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

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

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