#AA6164

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

Shades of Turkish Rose #AA6164

Tints of Turkish Rose #AA6164

Color information

#AA6164 (or 0xAA6164) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 64. RGB value is (170,97,100). Sum of RGB (Red+Green+Blue) = 170+97+100=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6164 is #559E9B. Grayscale: #777777. Windows color (decimal): -5611164 or 6578602. OLE color: 6578602.

HSL color Cylindrical-coordinate representation of color #AA6164: hue angle of 357.53º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6164 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17097100-
CMYK00.430.410.33
HSL357.53º30.04%52.35%-
HSV(B)357.53º42.94%66.67%-
XYZ23.1518.0214.31-
YUV119.17117.18164.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=46.32%
G=26.43%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709710000.430.410.33357.5330.0452.35
HexAA616402B29211661e34
Octal25214114405351415463664
Binary1010101011000011100100010101110100110000110110011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6164; }

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

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

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

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

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

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

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

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