#AA7A80

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

Shades of Turkish Rose #AA7A80

Tints of Turkish Rose #AA7A80

Color information

#AA7A80 (or 0xAA7A80) is unknown color: approx Turkish Rose. HEX triplet: AA, 7A and 80. RGB value is (170,122,128). Sum of RGB (Red+Green+Blue) = 170+122+128=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A80 is #55857F. Grayscale: #898989. Windows color (decimal): -5604736 or 8420010. OLE color: 8420010.

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

Color convert

RGB170122128-
CMYK00.280.250.33
HSL352.5º22.02%57.25%-
HSV(B)352.5º28.24%66.67%-
XYZ27.4324.0223.61-
YUV137.04122.9151.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=40.48%
G=29.05%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012212800.280.250.33352.522.0257.25
HexAA7A8001C19211601639
Octal25217220003431415402671
Binary101010101111010100000000111001100110000110110000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A80; }

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

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

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

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

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

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

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

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