Html Css Color HEX #AD6979 Turkish Rose

📋 copy color: '#AD6979'

red 173 ◦ green 105 ◦ blue 121

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

Shades of Turkish Rose #AD6979

Tints of Turkish Rose #AD6979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

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

R = 43.36%
G = 26.32%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD6979 (or 0xAD6979) is known color: Turkish Rose. HEX triplet: AD, 69 and 79. RGB value is (173,105,121). Sum of RGB (Red+Green+Blue) = 173+105+121=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6979 is #529686. Grayscale: #7F7F7F. Windows color (decimal): -5412487 or 7956909. OLE color: 7956909.

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

Color convert

RGB 173 105 121 -
CMYK 0 0.39 0.30 0.32
HSL 345.88º 0.29% 0.55% -
HSV(B) 345.88º 0.39% 0.68% -
XYZ 25.74 20.37 20.66 -
YUV 127.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 173 105 121 0 0.39 0.30 0.32 345.88 0.29 0.55
Hex AD 69 79 0 27 1E 20 15A 1D 37
Octal 255 151 171 0 47 36 40 532 35 67
Binary 10101101 1101001 1111001 0 100111 11110 100000 101011010 11101 110111

Color Harmonies of #AD6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6979

Black with #AD6979

Text Example


Text Example

White with #AD6979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6979; }

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

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

background-color css

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

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

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

border-color css

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

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

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