#AA707C

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

Shades of Turkish Rose #AA707C

Tints of Turkish Rose #AA707C

Color information

#AA707C (or 0xAA707C) is unknown color: approx Turkish Rose. HEX triplet: AA, 70 and 7C. RGB value is (170,112,124). Sum of RGB (Red+Green+Blue) = 170+112+124=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA707C is #558F83. Grayscale: #828282. Windows color (decimal): -5607300 or 8155306. OLE color: 8155306.

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

Color convert

RGB170112124-
CMYK00.340.270.33
HSL347.59º25.44%55.29%-
HSV(B)347.59º34.12%66.67%-
XYZ26.0121.5921.87-
YUV130.71124.22156.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=41.87%
G=27.59%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011212400.340.270.33347.5925.4455.29
HexAA707C0221B2115c1937
Octal25216017404233415343167
Binary101010101110000111110001000101101110000110101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA707C; }

 p { color: rgb(170,112,124); }

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

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

 a { background-color: rgb(170,112,124); }

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

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

 span { border-color: rgb(170,112,124); }

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