#AA7868

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

Shades of Coral Tree #AA7868

Tints of Coral Tree #AA7868

Color information

#AA7868 (or 0xAA7868) is unknown color: approx Coral Tree. HEX triplet: AA, 78 and 68. RGB value is (170,120,104). Sum of RGB (Red+Green+Blue) = 170+120+104=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7868 is #558797. Grayscale: #858585. Windows color (decimal): -5605272 or 6846634. OLE color: 6846634.

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

Color convert

RGB170120104-
CMYK00.290.390.33
HSL14.55º27.97%53.73%-
HSV(B)14.55º38.82%66.67%-
XYZ25.7922.9816.17-
YUV133.13111.56154.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=43.15%
G=30.46%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012010400.290.390.3314.5527.9753.73
HexAA786801D2721f1c36
Octal2521701500354741173466
Binary1010101011110001101000011101100111100001111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7868; }

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

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

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

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

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

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

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

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