Html Css Color HEX #AD705F Coral Tree

📋 copy color: '#AD705F'

red 173 ◦ green 112 ◦ blue 95

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

Shades of Coral Tree #AD705F

Tints of Coral Tree #AD705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25%

R = 45.53%
G = 29.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD705F (or 0xAD705F) is known color: Coral Tree. HEX triplet: AD, 70 and 5F. RGB value is (173,112,95). Sum of RGB (Red+Green+Blue) = 173+112+95=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD705F is #528FA0. Grayscale: #808080. Windows color (decimal): -5410721 or 6254765. OLE color: 6254765.

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

Color convert

RGB 173 112 95 -
CMYK 0 0.35 0.45 0.32
HSL 13.08º 0.32% 0.53% -
HSV(B) 13.08º 0.45% 0.68% -
XYZ 25.09 21.3 13.61 -
YUV 128.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 173 112 95 0 0.35 0.45 0.32 13.08 0.32 0.53
Hex AD 70 5F 0 23 2D 20 D 20 35
Octal 255 160 137 0 43 55 40 15 40 65
Binary 10101101 1110000 1011111 0 100011 101101 100000 1101 100000 110101

Color Harmonies of #AD705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD705F

Black with #AD705F

Text Example


Text Example

White with #AD705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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