#ad7866

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

Shades of Coral Tree #AD7866

Tints of Coral Tree #AD7866

Color information

#AD7866 (or 0xAD7866) is unknown color: approx Coral Tree. HEX triplet: AD, 78 and 66. RGB value is (173,120,102). Sum of RGB (Red+Green+Blue) = 173+120+102=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7866 is #528799. Grayscale: #858585. Windows color (decimal): -5408666 or 6715565. OLE color: 6715565.

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

Color convert

RGB173120102-
CMYK00.310.410.32
HSL15.21º30.21%53.92%-
HSV(B)15.21º41.04%67.84%-
XYZ26.3523.2815.67-
YUV133.8110.06155.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=43.80%
G=30.38%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312010200.310.410.3215.2130.2153.92
HexAD786601F2920f1e36
Octal2551701460375140173666
Binary1010110111110001100110011111101001100000111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad7866; }

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

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

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

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

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

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

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

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