#AA6174

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

Shades of Turkish Rose #AA6174

Tints of Turkish Rose #AA6174

Color information

#AA6174 (or 0xAA6174) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 74. RGB value is (170,97,116). Sum of RGB (Red+Green+Blue) = 170+97+116=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6174 is #559E8B. Grayscale: #787878. Windows color (decimal): -5611148 or 7627178. OLE color: 7627178.

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

Color convert

RGB17097116-
CMYK00.430.320.33
HSL344.38º30.04%52.35%-
HSV(B)344.38º42.94%66.67%-
XYZ2418.3618.8-
YUV120.99125.18162.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=44.39%
G=25.33%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709711600.430.320.33344.3830.0452.35
HexAA617402B20211581e34
Octal25214116405340415303664
Binary1010101011000011110100010101110000010000110101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6174; }

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

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

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

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

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

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

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

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