#AA747C

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

Shades of Turkish Rose #AA747C

Tints of Turkish Rose #AA747C

Color information

#AA747C (or 0xAA747C) is unknown color: approx Turkish Rose. HEX triplet: AA, 74 and 7C. RGB value is (170,116,124). Sum of RGB (Red+Green+Blue) = 170+116+124=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA747C is #558B83. Grayscale: #858585. Windows color (decimal): -5606276 or 8156330. OLE color: 8156330.

HSL color Cylindrical-coordinate representation of color #AA747C: hue angle of 351.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA747C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB170116124-
CMYK00.320.270.33
HSL351.11º24.11%56.08%-
HSV(B)351.11º31.76%66.67%-
XYZ26.4622.4922.02-
YUV133.06122.89154.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=41.46%
G=28.29%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011612400.320.270.33351.1124.1156.08
HexAA747C0201B2115f1838
Octal25216417404033415373070
Binary101010101110100111110001000001101110000110101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA747C; }

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

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

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

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

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

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

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

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