#aa747d

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

Shades of Turkish Rose #AA747D

Tints of Turkish Rose #AA747D

Color information

#AA747D (or 0xAA747D) is unknown color: approx Turkish Rose. HEX triplet: AA, 74 and 7D. RGB value is (170,116,125). Sum of RGB (Red+Green+Blue) = 170+116+125=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA747D is #558B82. Grayscale: #858585. Windows color (decimal): -5606275 or 8221866. OLE color: 8221866.

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

Color convert

RGB170116125-
CMYK00.320.260.33
HSL350º24.11%56.08%-
HSV(B)350º31.76%66.67%-
XYZ26.5222.5222.35-
YUV133.17123.39154.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=41.36%
G=28.22%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011612500.320.260.3335024.1156.08
HexAA747D0201A2115e1838
Octal25216417504032415363070
Binary101010101110100111110101000001101010000110101111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa747d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa747d; }

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

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

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

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

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

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

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

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