#AD6562

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

Shades of Coral Tree #AD6562

Tints of Coral Tree #AD6562

Color information

#AD6562 (or 0xAD6562) is unknown color: approx Coral Tree. HEX triplet: AD, 65 and 62. RGB value is (173,101,98). Sum of RGB (Red+Green+Blue) = 173+101+98=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6562 is #529A9D. Grayscale: #7A7A7A. Windows color (decimal): -5413534 or 6448557. OLE color: 6448557.

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

Color convert

RGB17310198-
CMYK00.420.430.32
HSL2.4º31.38%53.14%-
HSV(B)2.4º43.35%67.84%-
XYZ24.0919.0713.97-
YUV122.19114.35164.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=46.51%
G=27.15%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731019800.420.430.322.431.3853.14
HexAD656202A2B2021f35
Octal255145142052534023765
Binary101011011100101110001001010101010111000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6562; }

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

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

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

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

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

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

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

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