#AA646E

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

Shades of Turkish Rose #AA646E

Tints of Turkish Rose #AA646E

Color information

#AA646E (or 0xAA646E) is unknown color: approx Turkish Rose. HEX triplet: AA, 64 and 6E. RGB value is (170,100,110). Sum of RGB (Red+Green+Blue) = 170+100+110=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA646E is #559B91. Grayscale: #7A7A7A. Windows color (decimal): -5610386 or 7234730. OLE color: 7234730.

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

Color convert

RGB170100110-
CMYK00.410.350.33
HSL351.43º29.17%52.94%-
HSV(B)351.43º41.18%66.67%-
XYZ23.9518.7917.12-
YUV122.07121.19162.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=44.74%
G=26.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010011000.410.350.33351.4329.1752.94
HexAA646E029232115f1d35
Octal25214415605143415373565
Binary1010101011001001101110010100110001110000110101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA646E; }

 p { color: rgb(170,100,110); }

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

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

 a { background-color: rgb(170,100,110); }

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

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

 span { border-color: rgb(170,100,110); }

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