Html Css Color HEX #AD7879 Turkish Rose

📋 copy color: '#AD7879'

red 173 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #AD7879

Tints of Turkish Rose #AD7879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 41.79%
G = 28.99%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD7879 (or 0xAD7879) is known color: Turkish Rose. HEX triplet: AD, 78 and 79. RGB value is (173,120,121). Sum of RGB (Red+Green+Blue) = 173+120+121=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7879 is #528786. Grayscale: #888888. Windows color (decimal): -5408647 or 7960749. OLE color: 7960749.

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

Color convert

RGB 173 120 121 -
CMYK 0 0.31 0.30 0.32
HSL 358.87º 0.24% 0.57% -
HSV(B) 358.87º 0.31% 0.68% -
XYZ 27.4 23.7 21.22 -
YUV 135.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 173 120 121 0 0.31 0.30 0.32 358.87 0.24 0.57
Hex AD 78 79 0 1F 1E 20 167 18 39
Octal 255 170 171 0 37 36 40 547 30 71
Binary 10101101 1111000 1111001 0 11111 11110 100000 101100111 11000 111001

Color Harmonies of #AD7879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7879

Black with #AD7879

Text Example


Text Example

White with #AD7879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7879; }

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

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

background-color css

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

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

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

border-color css

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

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

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