Html Css Color HEX #AD7161 Coral Tree

📋 copy color: '#AD7161'

red 173 ◦ green 113 ◦ blue 97

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

Shades of Coral Tree #AD7161

Tints of Coral Tree #AD7161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 45.17%
G = 29.5%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD7161 (or 0xAD7161) is known color: Coral Tree. HEX triplet: AD, 71 and 61. RGB value is (173,113,97). Sum of RGB (Red+Green+Blue) = 173+113+97=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7161 is #528E9E. Grayscale: #818181. Windows color (decimal): -5410463 or 6386093. OLE color: 6386093.

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

Color convert

RGB 173 113 97 -
CMYK 0 0.35 0.44 0.32
HSL 12.63º 0.32% 0.53% -
HSV(B) 12.63º 0.44% 0.68% -
XYZ 25.3 21.56 14.14 -
YUV 129.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 173 113 97 0 0.35 0.44 0.32 12.63 0.32 0.53
Hex AD 71 61 0 23 2C 20 D 20 35
Octal 255 161 141 0 43 54 40 15 40 65
Binary 10101101 1110001 1100001 0 100011 101100 100000 1101 100000 110101

Color Harmonies of #AD7161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7161

Black with #AD7161

Text Example


Text Example

White with #AD7161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7161; }

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

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

background-color css

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

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

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

border-color css

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

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

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