Html Css Color HEX #AD7160 Coral Tree

📋 copy color: '#AD7160'

red 173 ◦ green 113 ◦ blue 96

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

Shades of Coral Tree #AD7160

Tints of Coral Tree #AD7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 45.29%
G = 29.58%
B = 25.13%

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

#AD7160 (or 0xAD7160) is known color: Coral Tree. HEX triplet: AD, 71 and 60. RGB value is (173,113,96). Sum of RGB (Red+Green+Blue) = 173+113+96=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7160 is #528E9F. Grayscale: #818181. Windows color (decimal): -5410464 or 6320557. OLE color: 6320557.

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

Color convert

RGB 173 113 96 -
CMYK 0 0.35 0.45 0.32
HSL 13.25º 0.32% 0.53% -
HSV(B) 13.25º 0.45% 0.68% -
XYZ 25.25 21.54 13.89 -
YUV 129 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 173 113 96 0 0.35 0.45 0.32 13.25 0.32 0.53
Hex AD 71 60 0 23 2D 20 D 20 35
Octal 255 161 140 0 43 55 40 15 40 65
Binary 10101101 1110001 1100000 0 100011 101101 100000 1101 100000 110101

Color Harmonies of #AD7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7160

Black with #AD7160

Text Example


Text Example

White with #AD7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7160; }

 p { color: rgb(173,113,96); }

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

background-color css

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

 a { background-color: rgb(173,113,96); }

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

border-color css

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

 span { border-color: rgb(173,113,96); }

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