#AD706B

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

Shades of Coral Tree #AD706B

Tints of Coral Tree #AD706B

Color information

#AD706B (or 0xAD706B) is unknown color: approx Coral Tree. HEX triplet: AD, 70 and 6B. RGB value is (173,112,107). Sum of RGB (Red+Green+Blue) = 173+112+107=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD706B is #528F94. Grayscale: #818181. Windows color (decimal): -5410709 or 7041197. OLE color: 7041197.

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

Color convert

RGB173112107-
CMYK00.350.380.32
HSL4.55º28.7%54.9%-
HSV(B)4.55º38.15%67.84%-
XYZ25.6821.5316.71-
YUV129.67115.21158.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=44.13%
G=28.57%
B=27.30%

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
Decimal17311210700.350.380.324.5528.754.9
HexAD706B023262051d37
Octal255160153043464053567
Binary1010110111100001101011010001110011010000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD706B; }

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

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

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

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

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

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

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

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