#AD7462

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

Shades of Coral Tree #AD7462

Tints of Coral Tree #AD7462

Color information

#AD7462 (or 0xAD7462) is unknown color: approx Coral Tree. HEX triplet: AD, 74 and 62. RGB value is (173,116,98). Sum of RGB (Red+Green+Blue) = 173+116+98=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7462 is #528B9D. Grayscale: #838383. Windows color (decimal): -5409694 or 6452397. OLE color: 6452397.

HSL color Cylindrical-coordinate representation of color #AD7462: hue angle of 14.4º 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 #AD7462 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17311698-
CMYK00.330.430.32
HSL14.4º31.38%53.14%-
HSV(B)14.4º43.35%67.84%-
XYZ25.6822.2614.5-
YUV130.99109.38157.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=44.70%
G=29.97%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731169800.330.430.3214.431.3853.14
HexAD74620212B20e1f35
Octal2551641420415340163765
Binary10101101111010011000100100001101011100000111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7462; }

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

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

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

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

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

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

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

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