#AD7F80

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

Shades of Turkish Rose #AD7F80

Tints of Turkish Rose #AD7F80

Color information

#AD7F80 (or 0xAD7F80) is unknown color: approx Turkish Rose. HEX triplet: AD, 7F and 80. RGB value is (173,127,128). Sum of RGB (Red+Green+Blue) = 173+127+128=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F80 is #52807F. Grayscale: #8C8C8C. Windows color (decimal): -5406848 or 8421293. OLE color: 8421293.

HSL color Cylindrical-coordinate representation of color #AD7F80: hue angle of 358.7º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7F80 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB173127128-
CMYK00.270.260.32
HSL358.7º21.9%58.82%-
HSV(B)358.7º26.59%67.84%-
XYZ28.7225.6223.85-
YUV140.87120.74150.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=40.42%
G=29.67%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312712800.270.260.32358.721.958.82
HexAD7F8001B1A20167163b
Octal25517720003332405472673
Binary101011011111111100000000110111101010000010110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F80; }

 p { color: rgb(173,127,128); }

 H1.HeaderClassName
 {
   color: #AD7F80;
 }
 .AnyTagClassName
 {
   color: #AD7F80;
 }
</style>
background-color css

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

 a { background-color: rgb(173,127,128); }

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

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

 span { border-color: rgb(173,127,128); }

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