Html Css Color HEX #AD6461 Coral Tree

📋 copy color: '#AD6461'

red 173 ◦ green 100 ◦ blue 97

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

Shades of Coral Tree #AD6461

Tints of Coral Tree #AD6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

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

R = 46.76%
G = 27.03%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD6461 (or 0xAD6461) is known color: Coral Tree. HEX triplet: AD, 64 and 61. RGB value is (173,100,97). Sum of RGB (Red+Green+Blue) = 173+100+97=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6461 is #529B9E. Grayscale: #797979. Windows color (decimal): -5413791 or 6382765. OLE color: 6382765.

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

Color convert

RGB 173 100 97 -
CMYK 0 0.42 0.44 0.32
HSL 2.37º 0.32% 0.53% -
HSV(B) 2.37º 0.44% 0.68% -
XYZ 23.95 18.86 13.69 -
YUV 121.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 173 100 97 0 0.42 0.44 0.32 2.37 0.32 0.53
Hex AD 64 61 0 2A 2C 20 2 20 35
Octal 255 144 141 0 52 54 40 2 40 65
Binary 10101101 1100100 1100001 0 101010 101100 100000 10 100000 110101

Color Harmonies of #AD6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6461

Black with #AD6461

Text Example


Text Example

White with #AD6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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