Html Css Color HEX #AD7464 Coral Tree

📋 copy color: '#AD7464'

red 173 ◦ green 116 ◦ blue 100

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

Shades of Coral Tree #AD7464

Tints of Coral Tree #AD7464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 44.47%
G = 29.82%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD7464 (or 0xAD7464) is known color: Coral Tree. HEX triplet: AD, 74 and 64. RGB value is (173,116,100). Sum of RGB (Red+Green+Blue) = 173+116+100=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7464 is #528B9B. Grayscale: #838383. Windows color (decimal): -5409692 or 6583469. OLE color: 6583469.

HSL color Cylindrical-coordinate representation of color #AD7464: hue angle of 13.15º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7464 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 100 -
CMYK 0 0.33 0.42 0.32
HSL 13.15º 0.31% 0.54% -
HSV(B) 13.15º 0.42% 0.68% -
XYZ 25.78 22.3 15 -
YUV 131.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 173 116 100 0 0.33 0.42 0.32 13.15 0.31 0.54
Hex AD 74 64 0 21 2A 20 D 1F 36
Octal 255 164 144 0 41 52 40 15 37 66
Binary 10101101 1110100 1100100 0 100001 101010 100000 1101 11111 110110

Color Harmonies of #AD7464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7464

Black with #AD7464

Text Example


Text Example

White with #AD7464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7464; }

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

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

background-color css

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

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

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

border-color css

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

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

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