Html Css Color HEX #AD685F Coral Tree

📋 copy color: '#AD685F'

red 173 ◦ green 104 ◦ blue 95

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

Shades of Coral Tree #AD685F

Tints of Coral Tree #AD685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

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

R = 46.51%
G = 27.96%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD685F (or 0xAD685F) is known color: Coral Tree. HEX triplet: AD, 68 and 5F. RGB value is (173,104,95). Sum of RGB (Red+Green+Blue) = 173+104+95=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD685F is #5297A0. Grayscale: #7B7B7B. Windows color (decimal): -5412769 or 6252717. OLE color: 6252717.

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

Color convert

RGB 173 104 95 -
CMYK 0 0.40 0.45 0.32
HSL 6.92º 0.32% 0.53% -
HSV(B) 6.92º 0.45% 0.68% -
XYZ 24.25 19.61 13.33 -
YUV 123.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 173 104 95 0 0.40 0.45 0.32 6.92 0.32 0.53
Hex AD 68 5F 0 28 2D 20 7 20 35
Octal 255 150 137 0 50 55 40 7 40 65
Binary 10101101 1101000 1011111 0 101000 101101 100000 111 100000 110101

Color Harmonies of #AD685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD685F

Black with #AD685F

Text Example


Text Example

White with #AD685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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