#AD7060

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

Shades of Coral Tree #AD7060

Tints of Coral Tree #AD7060

Color information

#AD7060 (or 0xAD7060) is unknown color: approx Coral Tree. HEX triplet: AD, 70 and 60. RGB value is (173,112,96). Sum of RGB (Red+Green+Blue) = 173+112+96=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7060 is #528F9F. Grayscale: #808080. Windows color (decimal): -5410720 or 6320301. OLE color: 6320301.

HSL color Cylindrical-coordinate representation of color #AD7060: hue angle of 12.47º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7060 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17311296-
CMYK00.350.450.32
HSL12.47º31.95%52.75%-
HSV(B)12.47º44.51%67.84%-
XYZ25.1421.3213.86-
YUV128.42109.71159.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=45.41%
G=29.40%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731129600.350.450.3212.4731.9552.75
HexAD70600232D20c2035
Octal2551601400435540144065
Binary101011011110000110000001000111011011000001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7060; }

 p { color: rgb(173,112,96); }

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

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

 a { background-color: rgb(173,112,96); }

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

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

 span { border-color: rgb(173,112,96); }

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