#AA6171

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

Shades of Turkish Rose #AA6171

Tints of Turkish Rose #AA6171

Color information

#AA6171 (or 0xAA6171) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 71. RGB value is (170,97,113). Sum of RGB (Red+Green+Blue) = 170+97+113=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6171 is #559E8E. Grayscale: #787878. Windows color (decimal): -5611151 or 7430570. OLE color: 7430570.

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

Color convert

RGB17097113-
CMYK00.430.340.33
HSL346.85º30.04%52.35%-
HSV(B)346.85º42.94%66.67%-
XYZ23.8318.2917.9-
YUV120.65123.68163.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=44.74%
G=25.53%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709711300.430.340.33346.8530.0452.35
HexAA617102B222115b1e34
Octal25214116105342415333664
Binary1010101011000011110001010101110001010000110101101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6171; }

 p { color: rgb(170,97,113); }

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

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

 a { background-color: rgb(170,97,113); }

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

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

 span { border-color: rgb(170,97,113); }

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