#AD7872

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

Shades of Coral Tree #AD7872

Tints of Coral Tree #AD7872

Color information

#AD7872 (or 0xAD7872) is unknown color: approx Coral Tree. HEX triplet: AD, 78 and 72. RGB value is (173,120,114). Sum of RGB (Red+Green+Blue) = 173+120+114=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7872 is #52878D. Grayscale: #878787. Windows color (decimal): -5408654 or 7501997. OLE color: 7501997.

HSL color Cylindrical-coordinate representation of color #AD7872: hue angle of 6.1º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7872 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB173120114-
CMYK00.310.340.32
HSL6.1º26.46%56.27%-
HSV(B)6.1º34.1%67.84%-
XYZ26.9923.5319.04-
YUV135.16116.06154.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=42.51%
G=29.48%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312011400.310.340.326.126.4656.27
HexAD787201F222061a38
Octal255170162037424063270
Binary101011011111000111001001111110001010000011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7872; }

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

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

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

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

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

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

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

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