#AA5E70

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

Shades of Turkish Rose #AA5E70

Tints of Turkish Rose #AA5E70

Color information

#AA5E70 (or 0xAA5E70) is unknown color: approx Turkish Rose. HEX triplet: AA, 5E and 70. RGB value is (170,94,112). Sum of RGB (Red+Green+Blue) = 170+94+112=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E70 is #55A18F. Grayscale: #767676. Windows color (decimal): -5611920 or 7364266. OLE color: 7364266.

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

Color convert

RGB17094112-
CMYK00.450.340.33
HSL345.79º30.89%51.76%-
HSV(B)345.79º44.71%66.67%-
XYZ23.517.7217.51-
YUV118.78124.18164.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=45.21%
G=25%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709411200.450.340.33345.7930.8951.76
HexAA5E7002D222115a1f34
Octal25213616005542415323764
Binary1010101010111101110000010110110001010000110101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E70; }

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

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

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

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

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

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

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

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