#AA646A

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

Shades of Turkish Rose #AA646A

Tints of Turkish Rose #AA646A

Color information

#AA646A (or 0xAA646A) is unknown color: approx Turkish Rose. HEX triplet: AA, 64 and 6A. RGB value is (170,100,106). Sum of RGB (Red+Green+Blue) = 170+100+106=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA646A is #559B95. Grayscale: #797979. Windows color (decimal): -5610390 or 6972586. OLE color: 6972586.

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

Color convert

RGB170100106-
CMYK00.410.380.33
HSL354.86º29.17%52.94%-
HSV(B)354.86º41.18%66.67%-
XYZ23.7418.715.99-
YUV121.61119.19162.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=45.21%
G=26.60%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010010600.410.380.33354.8629.1752.94
HexAA646A02926211631d35
Octal25214415205146415433565
Binary1010101011001001101010010100110011010000110110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA646A; }

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

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

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

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

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

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

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

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