#AA6779

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

Shades of Turkish Rose #AA6779

Tints of Turkish Rose #AA6779

Color information

#AA6779 (or 0xAA6779) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 79. RGB value is (170,103,121). Sum of RGB (Red+Green+Blue) = 170+103+121=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6779 is #559886. Grayscale: #7D7D7D. Windows color (decimal): -5609607 or 7956394. OLE color: 7956394.

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

Color convert

RGB170103121-
CMYK00.390.290.33
HSL343.88º28.27%53.53%-
HSV(B)343.88º39.41%66.67%-
XYZ24.8819.6320.57-
YUV125.08125.7160.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=43.15%
G=26.14%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010312100.390.290.33343.8828.2753.53
HexAA67790271D211581c36
Octal25214717104735415303466
Binary101010101100111111100101001111110110000110101100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6779; }

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

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

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

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

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

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

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

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