#aa5f70

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

Shades of Turkish Rose #AA5F70

Tints of Turkish Rose #AA5F70

Color information

#AA5F70 (or 0xAA5F70) is unknown color: approx Turkish Rose. HEX triplet: AA, 5F and 70. RGB value is (170,95,112). Sum of RGB (Red+Green+Blue) = 170+95+112=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F70 is #55A08F. Grayscale: #777777. Windows color (decimal): -5611664 or 7364522. OLE color: 7364522.

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

Color convert

RGB17095112-
CMYK00.440.340.33
HSL346.4º30.61%51.96%-
HSV(B)346.4º44.12%66.67%-
XYZ23.5917.917.54-
YUV119.36123.85164.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=45.09%
G=25.20%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709511200.440.340.33346.430.6151.96
HexAA5F7002C222115a1f34
Octal25213716005442415323764
Binary1010101010111111110000010110010001010000110101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5f70; }

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

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

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

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

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

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

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

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