Html Css Color HEX #AD7875 Coral Tree

📋 copy color: '#AD7875'

red 173 ◦ green 120 ◦ blue 117

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

Shades of Coral Tree #AD7875

Tints of Coral Tree #AD7875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 42.2%
G = 29.27%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7875 (or 0xAD7875) is known color: Coral Tree. HEX triplet: AD, 78 and 75. RGB value is (173,120,117). Sum of RGB (Red+Green+Blue) = 173+120+117=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7875 is #52878A. Grayscale: #878787. Windows color (decimal): -5408651 or 7698605. OLE color: 7698605.

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

Color convert

RGB 173 120 117 -
CMYK 0 0.31 0.32 0.32
HSL 3.21º 0.25% 0.57% -
HSV(B) 3.21º 0.32% 0.68% -
XYZ 27.16 23.6 19.95 -
YUV 135.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 173 120 117 0 0.31 0.32 0.32 3.21 0.25 0.57
Hex AD 78 75 0 1F 20 20 3 19 39
Octal 255 170 165 0 37 40 40 3 31 71
Binary 10101101 1111000 1110101 0 11111 100000 100000 11 11001 111001

Color Harmonies of #AD7875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7875

Black with #AD7875

Text Example


Text Example

White with #AD7875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7875; }

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

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

background-color css

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

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

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

border-color css

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

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

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