#aa6579

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

Shades of Turkish Rose #AA6579

Tints of Turkish Rose #AA6579

Color information

#AA6579 (or 0xAA6579) is unknown color: approx Turkish Rose. HEX triplet: AA, 65 and 79. RGB value is (170,101,121). Sum of RGB (Red+Green+Blue) = 170+101+121=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6579 is #559A86. Grayscale: #7B7B7B. Windows color (decimal): -5610119 or 7955882. OLE color: 7955882.

HSL color Cylindrical-coordinate representation of color #AA6579: hue angle of 342.61º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6579 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB170101121-
CMYK00.410.290.33
HSL342.61º28.87%53.14%-
HSV(B)342.61º40.59%66.67%-
XYZ24.6819.2320.5-
YUV123.91126.36160.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=43.37%
G=25.77%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010112100.410.290.33342.6128.8753.14
HexAA65790291D211571d35
Octal25214517105135415273565
Binary101010101100101111100101010011110110000110101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6579; }

 p { color: rgb(170,101,121); }

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

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

 a { background-color: rgb(170,101,121); }

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

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

 span { border-color: rgb(170,101,121); }

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