#AA786B

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

Shades of Coral Tree #AA786B

Tints of Coral Tree #AA786B

Color information

#AA786B (or 0xAA786B) is unknown color: approx Coral Tree. HEX triplet: AA, 78 and 6B. RGB value is (170,120,107). Sum of RGB (Red+Green+Blue) = 170+120+107=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA786B is #558794. Grayscale: #858585. Windows color (decimal): -5605269 or 7043242. OLE color: 7043242.

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

Color convert

RGB170120107-
CMYK00.290.370.33
HSL12.38º27.04%54.31%-
HSV(B)12.38º37.06%66.67%-
XYZ25.9523.0416.99-
YUV133.47113.06154.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=42.82%
G=30.23%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012010700.290.370.3312.3827.0454.31
HexAA786B01D2521c1b36
Octal2521701530354541143366
Binary1010101011110001101011011101100101100001110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA786B; }

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

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

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

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

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

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

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

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