#AA6A79

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

Shades of Turkish Rose #AA6A79

Tints of Turkish Rose #AA6A79

Color information

#AA6A79 (or 0xAA6A79) is unknown color: approx Turkish Rose. HEX triplet: AA, 6A and 79. RGB value is (170,106,121). Sum of RGB (Red+Green+Blue) = 170+106+121=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A79 is #559586. Grayscale: #7E7E7E. Windows color (decimal): -5608839 or 7957162. OLE color: 7957162.

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

Color convert

RGB170106121-
CMYK00.380.290.33
HSL345.94º27.35%54.12%-
HSV(B)345.94º37.65%66.67%-
XYZ25.1820.2320.67-
YUV126.85124.7158.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=42.82%
G=26.70%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010612100.380.290.33345.9427.3554.12
HexAA6A790261D2115a1b36
Octal25215217104635415323366
Binary101010101101010111100101001101110110000110101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A79; }

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

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

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

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

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

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

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

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