#AA6679

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

Shades of Turkish Rose #AA6679

Tints of Turkish Rose #AA6679

Color information

#AA6679 (or 0xAA6679) is unknown color: approx Turkish Rose. HEX triplet: AA, 66 and 79. RGB value is (170,102,121). Sum of RGB (Red+Green+Blue) = 170+102+121=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6679 is #559986. Grayscale: #7C7C7C. Windows color (decimal): -5609863 or 7956138. OLE color: 7956138.

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

Color convert

RGB170102121-
CMYK00.40.290.33
HSL343.24º28.57%53.33%-
HSV(B)343.24º40%66.67%-
XYZ24.7819.4320.53-
YUV124.5126.03160.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=43.26%
G=25.95%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010212100.40.290.33343.2428.5753.33
HexAA66790281D211571d35
Octal25214617105035415273565
Binary101010101100110111100101010001110110000110101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6679; }

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

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

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

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

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

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

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

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