#AD706C

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

Shades of Coral Tree #AD706C

Tints of Coral Tree #AD706C

Color information

#AD706C (or 0xAD706C) is unknown color: approx Coral Tree. HEX triplet: AD, 70 and 6C. RGB value is (173,112,108). Sum of RGB (Red+Green+Blue) = 173+112+108=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD706C is #528F93. Grayscale: #818181. Windows color (decimal): -5410708 or 7106733. OLE color: 7106733.

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

Color convert

RGB173112108-
CMYK00.350.380.32
HSL3.69º28.38%55.1%-
HSV(B)3.69º37.57%67.84%-
XYZ25.7321.5616.99-
YUV129.78115.71158.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=44.02%
G=28.50%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311210800.350.380.323.6928.3855.1
HexAD706C023262041c37
Octal255160154043464043467
Binary1010110111100001101100010001110011010000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD706C; }

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

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

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

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

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

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

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

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