#AD7A80

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

Shades of Turkish Rose #AD7A80

Tints of Turkish Rose #AD7A80

Color information

#AD7A80 (or 0xAD7A80) is unknown color: approx Turkish Rose. HEX triplet: AD, 7A and 80. RGB value is (173,122,128). Sum of RGB (Red+Green+Blue) = 173+122+128=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A80 is #52857F. Grayscale: #898989. Windows color (decimal): -5408128 or 8420013. OLE color: 8420013.

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

Color convert

RGB173122128-
CMYK00.290.260.32
HSL352.94º23.72%57.84%-
HSV(B)352.94º29.48%67.84%-
XYZ28.0924.3623.64-
YUV137.93122.4153.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=40.90%
G=28.84%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312212800.290.260.32352.9423.7257.84
HexAD7A8001D1A20161183a
Octal25517220003532405413072
Binary101011011111010100000000111011101010000010110000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A80; }

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

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

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

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

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

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

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

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