#AA786A

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

Shades of Coral Tree #AA786A

Tints of Coral Tree #AA786A

Color information

#AA786A (or 0xAA786A) is unknown color: approx Coral Tree. HEX triplet: AA, 78 and 6A. RGB value is (170,120,106). Sum of RGB (Red+Green+Blue) = 170+120+106=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA786A is #558795. Grayscale: #858585. Windows color (decimal): -5605270 or 6977706. OLE color: 6977706.

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

Color convert

RGB170120106-
CMYK00.290.380.33
HSL13.12º27.35%54.12%-
HSV(B)13.12º37.65%66.67%-
XYZ25.923.0216.71-
YUV133.35112.56154.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=42.93%
G=30.30%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012010600.290.380.3313.1227.3554.12
HexAA786A01D2621d1b36
Octal2521701520354641153366
Binary1010101011110001101010011101100110100001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA786A; }

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

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

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

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

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

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

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

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