#AA7871

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

Shades of Coral Tree #AA7871

Tints of Coral Tree #AA7871

Color information

#AA7871 (or 0xAA7871) is unknown color: approx Coral Tree. HEX triplet: AA, 78 and 71. RGB value is (170,120,113). Sum of RGB (Red+Green+Blue) = 170+120+113=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7871 is #55878E. Grayscale: #868686. Windows color (decimal): -5605263 or 7436458. OLE color: 7436458.

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

Color convert

RGB170120113-
CMYK00.290.340.33
HSL7.37º25.11%55.49%-
HSV(B)7.37º33.53%66.67%-
XYZ26.2723.1718.71-
YUV134.15116.06153.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=42.18%
G=29.78%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012011300.290.340.337.3725.1155.49
HexAA787101D222171937
Octal252170161035424173167
Binary101010101111000111000101110110001010000111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7871; }

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

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

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

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

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

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

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

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