#AA5F75

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

Shades of Turkish Rose #AA5F75

Tints of Turkish Rose #AA5F75

Color information

#AA5F75 (or 0xAA5F75) is unknown color: approx Turkish Rose. HEX triplet: AA, 5F and 75. RGB value is (170,95,117). Sum of RGB (Red+Green+Blue) = 170+95+117=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F75 is #55A08A. Grayscale: #777777. Windows color (decimal): -5611659 or 7692202. OLE color: 7692202.

HSL color Cylindrical-coordinate representation of color #AA5F75: hue angle of 342.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 #AA5F75 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17095117-
CMYK00.440.310.33
HSL342.4º30.61%51.96%-
HSV(B)342.4º44.12%66.67%-
XYZ23.8818.0119.05-
YUV119.93126.35163.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=44.50%
G=24.87%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709511700.440.310.33342.430.6151.96
HexAA5F7502C1F211561f34
Octal25213716505437415263764
Binary101010101011111111010101011001111110000110101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F75; }

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

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

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

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

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

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

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

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