Html Css Color HEX #AD7975 Coral Tree

📋 copy color: '#AD7975'

red 173 ◦ green 121 ◦ blue 117

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

Shades of Coral Tree #AD7975

Tints of Coral Tree #AD7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.44%

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

R = 42.09%
G = 29.44%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7975 (or 0xAD7975) is known color: Coral Tree. HEX triplet: AD, 79 and 75. RGB value is (173,121,117). Sum of RGB (Red+Green+Blue) = 173+121+117=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7975 is #52868A. Grayscale: #888888. Windows color (decimal): -5408395 or 7698861. OLE color: 7698861.

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

Color convert

RGB 173 121 117 -
CMYK 0 0.30 0.32 0.32
HSL 4.29º 0.25% 0.57% -
HSV(B) 4.29º 0.32% 0.68% -
XYZ 27.28 23.84 19.99 -
YUV 136.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 173 121 117 0 0.30 0.32 0.32 4.29 0.25 0.57
Hex AD 79 75 0 1E 20 20 4 19 39
Octal 255 171 165 0 36 40 40 4 31 71
Binary 10101101 1111001 1110101 0 11110 100000 100000 100 11001 111001

Color Harmonies of #AD7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7975

Black with #AD7975

Text Example


Text Example

White with #AD7975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7975; }

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

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

background-color css

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

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

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

border-color css

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

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

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