#AD7868

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

Shades of Coral Tree #AD7868

Tints of Coral Tree #AD7868

Color information

#AD7868 (or 0xAD7868) is unknown color: approx Coral Tree. HEX triplet: AD, 78 and 68. RGB value is (173,120,104). Sum of RGB (Red+Green+Blue) = 173+120+104=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7868 is #528797. Grayscale: #868686. Windows color (decimal): -5408664 or 6846637. OLE color: 6846637.

HSL color Cylindrical-coordinate representation of color #AD7868: hue angle of 13.91º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7868 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173120104-
CMYK00.310.400.32
HSL13.91º29.61%54.31%-
HSV(B)13.91º39.88%67.84%-
XYZ26.4523.3216.2-
YUV134.02111.06155.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=43.58%
G=30.23%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312010400.310.400.3213.9129.6154.31
HexAD786801F2820e1e36
Octal2551701500375040163666
Binary1010110111110001101000011111101000100000111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7868; }

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

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

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

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

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

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

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

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