#AD6862

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

Shades of Coral Tree #AD6862

Tints of Coral Tree #AD6862

Color information

#AD6862 (or 0xAD6862) is unknown color: approx Coral Tree. HEX triplet: AD, 68 and 62. RGB value is (173,104,98). Sum of RGB (Red+Green+Blue) = 173+104+98=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6862 is #52979D. Grayscale: #7C7C7C. Windows color (decimal): -5412766 or 6449325. OLE color: 6449325.

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

Color convert

RGB17310498-
CMYK00.400.430.32
HSL4.8º31.38%53.14%-
HSV(B)4.8º43.35%67.84%-
XYZ24.3919.6714.07-
YUV123.95113.36162.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=46.13%
G=27.73%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731049800.400.430.324.831.3853.14
HexAD68620282B2051f35
Octal255150142050534053765
Binary1010110111010001100010010100010101110000010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6862; }

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

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

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

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

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

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

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

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