#AA7A81

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

Shades of Turkish Rose #AA7A81

Tints of Turkish Rose #AA7A81

Color information

#AA7A81 (or 0xAA7A81) is unknown color: approx Turkish Rose. HEX triplet: AA, 7A and 81. RGB value is (170,122,129). Sum of RGB (Red+Green+Blue) = 170+122+129=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A81 is #55857E. Grayscale: #898989. Windows color (decimal): -5604735 or 8485546. OLE color: 8485546.

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

Color convert

RGB170122129-
CMYK00.280.240.33
HSL351.25º22.02%57.25%-
HSV(B)351.25º28.24%66.67%-
XYZ27.524.0523.96-
YUV137.15123.4151.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=40.38%
G=28.98%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012212900.280.240.33351.2522.0257.25
HexAA7A8101C182115f1639
Octal25217220103430415372671
Binary101010101111010100000010111001100010000110101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A81; }

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

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

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

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

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

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

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

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