#AD6979

Color #AD6979 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AD6979

Tints of Turkish Rose #AD6979

Color information

#AD6979 (or 0xAD6979) is unknown color: approx 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

RGB173105121-
CMYK00.390.300.32
HSL345.88º29.31%54.51%-
HSV(B)345.88º39.31%67.84%-
XYZ25.7420.3720.66-
YUV127.16124.53160.7-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310512100.390.300.32345.8829.3154.51
HexAD69790271E2015a1d37
Octal25515117104736405323567
Binary101011011101001111100101001111111010000010101101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>