#AD7062

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

Shades of Coral Tree #AD7062

Tints of Coral Tree #AD7062

Color information

#AD7062 (or 0xAD7062) is unknown color: approx Coral Tree. HEX triplet: AD, 70 and 62. RGB value is (173,112,98). Sum of RGB (Red+Green+Blue) = 173+112+98=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7062 is #528F9D. Grayscale: #808080. Windows color (decimal): -5410718 or 6451373. OLE color: 6451373.

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

Color convert

RGB17311298-
CMYK00.350.430.32
HSL11.2º31.38%53.14%-
HSV(B)11.2º43.35%67.84%-
XYZ25.2321.3514.35-
YUV128.64110.71159.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 98 (38.67% from 255) = 25.59%
R=45.17%
G=29.24%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731129800.350.430.3211.231.3853.14
HexAD70620232B20b1f35
Octal2551601420435340133765
Binary10101101111000011000100100011101011100000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7062; }

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

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

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

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

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

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

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

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