#AA646F

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

Shades of Turkish Rose #AA646F

Tints of Turkish Rose #AA646F

Color information

#AA646F (or 0xAA646F) is unknown color: approx Turkish Rose. HEX triplet: AA, 64 and 6F. RGB value is (170,100,111). Sum of RGB (Red+Green+Blue) = 170+100+111=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA646F is #559B90. Grayscale: #7A7A7A. Windows color (decimal): -5610385 or 7300266. OLE color: 7300266.

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

Color convert

RGB170100111-
CMYK00.410.350.33
HSL350.57º29.17%52.94%-
HSV(B)350.57º41.18%66.67%-
XYZ2418.8117.4-
YUV122.18121.69162.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=44.62%
G=26.25%
B=29.13%

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
Decimal17010011100.410.350.33350.5729.1752.94
HexAA646F029232115f1d35
Octal25214415705143415373565
Binary1010101011001001101111010100110001110000110101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA646F; }

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

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

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

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

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

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

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

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