#AD7879

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

Shades of Turkish Rose #AD7879

Tints of Turkish Rose #AD7879

Color information

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

RGB173120121-
CMYK00.310.300.32
HSL358.87º24.42%57.45%-
HSV(B)358.87º30.64%67.84%-
XYZ27.423.721.22-
YUV135.96119.56154.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312012100.310.300.32358.8724.4257.45
HexAD787901F1E201671839
Octal25517017103736405473071
Binary10101101111100011110010111111111010000010110011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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