#AA5F6F

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

Shades of Turkish Rose #AA5F6F

Tints of Turkish Rose #AA5F6F

Color information

#AA5F6F (or 0xAA5F6F) is unknown color: approx Turkish Rose. HEX triplet: AA, 5F and 6F. RGB value is (170,95,111). Sum of RGB (Red+Green+Blue) = 170+95+111=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F6F is #55A090. Grayscale: #777777. Windows color (decimal): -5611665 or 7298986. OLE color: 7298986.

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

Color convert

RGB17095111-
CMYK00.440.350.33
HSL347.2º30.61%51.96%-
HSV(B)347.2º44.12%66.67%-
XYZ23.5417.8817.25-
YUV119.25123.35164.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=45.21%
G=25.27%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709511100.440.350.33347.230.6151.96
HexAA5F6F02C232115b1f34
Octal25213715705443415333764
Binary1010101010111111101111010110010001110000110101101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F6F; }

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

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

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

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

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

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

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

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