#AA6578

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

Shades of Turkish Rose #AA6578

Tints of Turkish Rose #AA6578

Color information

#AA6578 (or 0xAA6578) is unknown color: approx Turkish Rose. HEX triplet: AA, 65 and 78. RGB value is (170,101,120). Sum of RGB (Red+Green+Blue) = 170+101+120=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6578 is #559A87. Grayscale: #7B7B7B. Windows color (decimal): -5610120 or 7890346. OLE color: 7890346.

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

Color convert

RGB170101120-
CMYK00.410.290.33
HSL343.48º28.87%53.14%-
HSV(B)343.48º40.59%66.67%-
XYZ24.6219.2120.18-
YUV123.8125.86160.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=43.48%
G=25.83%
B=30.69%

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
Decimal17010112000.410.290.33343.4828.8753.14
HexAA65780291D211571d35
Octal25214517005135415273565
Binary101010101100101111100001010011110110000110101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6578; }

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

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

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

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

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

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

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

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