#AA717A

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

Shades of Turkish Rose #AA717A

Tints of Turkish Rose #AA717A

Color information

#AA717A (or 0xAA717A) is unknown color: approx Turkish Rose. HEX triplet: AA, 71 and 7A. RGB value is (170,113,122). Sum of RGB (Red+Green+Blue) = 170+113+122=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717A is #558E85. Grayscale: #838383. Windows color (decimal): -5607046 or 8024490. OLE color: 8024490.

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

Color convert

RGB170113122-
CMYK00.340.280.33
HSL350.53º25.11%55.49%-
HSV(B)350.53º33.53%66.67%-
XYZ2621.7621.24-
YUV131.07122.88155.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=41.98%
G=27.90%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011312200.340.280.33350.5325.1155.49
HexAA717A0221C2115f1937
Octal25216117204234415373167
Binary101010101110001111101001000101110010000110101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA717A; }

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

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

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

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

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

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

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

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