#AA7981

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

Shades of Turkish Rose #AA7981

Tints of Turkish Rose #AA7981

Color information

#AA7981 (or 0xAA7981) is unknown color: approx Turkish Rose. HEX triplet: AA, 79 and 81. RGB value is (170,121,129). Sum of RGB (Red+Green+Blue) = 170+121+129=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7981 is #55867E. Grayscale: #888888. Windows color (decimal): -5604991 or 8485290. OLE color: 8485290.

HSL color Cylindrical-coordinate representation of color #AA7981: hue angle of 350.2º 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 #AA7981 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB170121129-
CMYK00.290.240.33
HSL350.2º22.37%57.06%-
HSV(B)350.2º28.82%66.67%-
XYZ27.3823.8123.92-
YUV136.56123.73151.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=40.48%
G=28.81%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012112900.290.240.33350.222.3757.06
HexAA798101D182115e1639
Octal25217120103530415362671
Binary101010101111001100000010111011100010000110101111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7981; }

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

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

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

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

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

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

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

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