#A87872

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

Shades of Coral Tree #A87872

Tints of Coral Tree #A87872

Color information

#A87872 (or 0xA87872) is unknown color: approx Coral Tree. HEX triplet: A8, 78 and 72. RGB value is (168,120,114). Sum of RGB (Red+Green+Blue) = 168+120+114=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A87872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87872 is #57878D. Grayscale: #858585. Windows color (decimal): -5736334 or 7501992. OLE color: 7501992.

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

Color convert

RGB168120114-
CMYK00.290.320.34
HSL6.67º23.68%55.29%-
HSV(B)6.67º32.14%65.88%-
XYZ25.922.9718.99-
YUV133.67116.9152.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=41.79%
G=29.85%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812011400.290.320.346.6723.6855.29
HexA8787201D202271837
Octal250170162035404273067
Binary101010001111000111001001110110000010001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87872; }

 p { color: rgb(168,120,114); }

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

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

 a { background-color: rgb(168,120,114); }

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

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

 span { border-color: rgb(168,120,114); }

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