Html Css Color HEX #AD706E Coral Tree

📋 copy color: '#AD706E'

red 173 ◦ green 112 ◦ blue 110

#AD706E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #AD706E

Tints of Coral Tree #AD706E

RGB

 RED value IS 173 (67.97% from 255) = 43.8%

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 43.8%
G = 28.35%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD706E (or 0xAD706E) is known color: Coral Tree. HEX triplet: AD, 70 and 6E. RGB value is (173,112,110). Sum of RGB (Red+Green+Blue) = 173+112+110=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD706E is #528F91. Grayscale: #828282. Windows color (decimal): -5410706 or 7237805. OLE color: 7237805.

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

Color convert

RGB 173 112 110 -
CMYK 0 0.35 0.36 0.32
HSL 1.9º 0.28% 0.55% -
HSV(B) 1.9º 0.36% 0.68% -
XYZ 25.84 21.6 17.56 -
YUV 130.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 173 112 110 0 0.35 0.36 0.32 1.9 0.28 0.55
Hex AD 70 6E 0 23 24 20 2 1C 37
Octal 255 160 156 0 43 44 40 2 34 67
Binary 10101101 1110000 1101110 0 100011 100100 100000 10 11100 110111

Color Harmonies of #AD706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD706E

Black with #AD706E

Text Example


Text Example

White with #AD706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD706E; }

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

 H1.HeaderClassName
 {
   color: #AD706E;
 }
 .AnyTagClassName
 {
   color: #AD706E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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