#AA7980

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

Shades of Turkish Rose #AA7980

Tints of Turkish Rose #AA7980

Color information

#AA7980 (or 0xAA7980) is unknown color: approx Turkish Rose. HEX triplet: AA, 79 and 80. RGB value is (170,121,128). Sum of RGB (Red+Green+Blue) = 170+121+128=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7980 is #55867F. Grayscale: #888888. Windows color (decimal): -5604992 or 8419754. OLE color: 8419754.

HSL color Cylindrical-coordinate representation of color #AA7980: hue angle of 351.43º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7980 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB170121128-
CMYK00.290.250.33
HSL351.43º22.37%57.06%-
HSV(B)351.43º28.82%66.67%-
XYZ27.3123.7823.57-
YUV136.45123.23151.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=40.57%
G=28.88%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012112800.290.250.33351.4322.3757.06
HexAA798001D192115f1639
Octal25217120003531415372671
Binary101010101111001100000000111011100110000110101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7980; }

 p { color: rgb(170,121,128); }

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

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

 a { background-color: rgb(170,121,128); }

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

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

 span { border-color: rgb(170,121,128); }

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