#AD6762

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

Shades of Coral Tree #AD6762

Tints of Coral Tree #AD6762

Color information

#AD6762 (or 0xAD6762) is unknown color: approx Coral Tree. HEX triplet: AD, 67 and 62. RGB value is (173,103,98). Sum of RGB (Red+Green+Blue) = 173+103+98=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6762 is #52989D. Grayscale: #7B7B7B. Windows color (decimal): -5413022 or 6449069. OLE color: 6449069.

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

Color convert

RGB17310398-
CMYK00.400.430.32
HSL31.38%53.14%-
HSV(B)43.35%67.84%-
XYZ24.2919.4714.03-
YUV123.36113.69163.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=46.26%
G=27.54%
B=26.20%

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
Decimal1731039800.400.430.32431.3853.14
HexAD67620282B2041f35
Octal255147142050534043765
Binary1010110111001111100010010100010101110000010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6762; }

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

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

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

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

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

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

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

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