Html Css Color HEX #AD7878 Coral Tree

📋 copy color: '#AD7878'

red 173 ◦ green 120 ◦ blue 120

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

Shades of Coral Tree #AD7878

Tints of Coral Tree #AD7878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.06%

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 41.89%
G = 29.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD7878 (or 0xAD7878) is known color: Coral Tree. HEX triplet: AD, 78 and 78. RGB value is (173,120,120). Sum of RGB (Red+Green+Blue) = 173+120+120=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7878 is #528787. Grayscale: #878787. Windows color (decimal): -5408648 or 7895213. OLE color: 7895213.

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

Color convert

RGB 173 120 120 -
CMYK 0 0.31 0.31 0.32
HSL 0.24% 0.57% -
HSV(B) 0.31% 0.68% -
XYZ 27.34 23.67 20.9 -
YUV 135.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 173 120 120 0 0.31 0.31 0.32 0 0.24 0.57
Hex AD 78 78 0 1F 1F 20 0 18 39
Octal 255 170 170 0 37 37 40 0 30 71
Binary 10101101 1111000 1111000 0 11111 11111 100000 0 11000 111001

Color Harmonies of #AD7878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7878

Black with #AD7878

Text Example


Text Example

White with #AD7878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7878; }

 p { color: rgb(173,120,120); }

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

background-color css

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

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

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

border-color css

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

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

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