#AA6F78

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

Shades of Turkish Rose #AA6F78

Tints of Turkish Rose #AA6F78

Color information

#AA6F78 (or 0xAA6F78) is unknown color: approx Turkish Rose. HEX triplet: AA, 6F and 78. RGB value is (170,111,120). Sum of RGB (Red+Green+Blue) = 170+111+120=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F78 is #559087. Grayscale: #818181. Windows color (decimal): -5607560 or 7892906. OLE color: 7892906.

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

Color convert

RGB170111120-
CMYK00.350.290.33
HSL350.85º25.76%55.1%-
HSV(B)350.85º34.71%66.67%-
XYZ25.6521.2720.52-
YUV129.67122.55156.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=42.39%
G=27.68%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011112000.350.290.33350.8525.7655.1
HexAA6F780231D2115f1a37
Octal25215717004335415373267
Binary101010101101111111100001000111110110000110101111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F78; }

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

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

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

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

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

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

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

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