#AA717B

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

Shades of Turkish Rose #AA717B

Tints of Turkish Rose #AA717B

Color information

#AA717B (or 0xAA717B) is unknown color: approx Turkish Rose. HEX triplet: AA, 71 and 7B. RGB value is (170,113,123). Sum of RGB (Red+Green+Blue) = 170+113+123=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717B is #558E84. Grayscale: #838383. Windows color (decimal): -5607045 or 8090026. OLE color: 8090026.

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

Color convert

RGB170113123-
CMYK00.340.280.33
HSL349.47º25.11%55.49%-
HSV(B)349.47º33.53%66.67%-
XYZ26.0621.7921.57-
YUV131.18123.38155.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=41.87%
G=27.83%
B=30.30%

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
Decimal17011312300.340.280.33349.4725.1155.49
HexAA717B0221C2115d1937
Octal25216117304234415353167
Binary101010101110001111101101000101110010000110101110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA717B; }

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

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

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

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

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

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

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

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