#AD6E6C

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

Shades of Coral Tree #AD6E6C

Tints of Coral Tree #AD6E6C

Color information

#AD6E6C (or 0xAD6E6C) is unknown color: approx Coral Tree. HEX triplet: AD, 6E and 6C. RGB value is (173,110,108). Sum of RGB (Red+Green+Blue) = 173+110+108=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E6C is #529193. Grayscale: #808080. Windows color (decimal): -5411220 or 7106221. OLE color: 7106221.

HSL color Cylindrical-coordinate representation of color #AD6E6C: hue angle of 1.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6E6C is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB173110108-
CMYK00.360.380.32
HSL1.85º28.38%55.1%-
HSV(B)1.85º37.57%67.84%-
XYZ25.5221.1216.92-
YUV128.61116.37159.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=44.25%
G=28.13%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311010800.360.380.321.8528.3855.1
HexAD6E6C024262021c37
Octal255156154044464023467
Binary101011011101110110110001001001001101000001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E6C; }

 p { color: rgb(173,110,108); }

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

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

 a { background-color: rgb(173,110,108); }

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

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

 span { border-color: rgb(173,110,108); }

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