#AA6166

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

Shades of Turkish Rose #AA6166

Tints of Turkish Rose #AA6166

Color information

#AA6166 (or 0xAA6166) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 66. RGB value is (170,97,102). Sum of RGB (Red+Green+Blue) = 170+97+102=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6166 is #559E99. Grayscale: #777777. Windows color (decimal): -5611162 or 6709674. OLE color: 6709674.

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

Color convert

RGB17097102-
CMYK00.430.40.33
HSL355.89º30.04%52.35%-
HSV(B)355.89º42.94%66.67%-
XYZ23.2518.0514.83-
YUV119.4118.18164.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=46.07%
G=26.29%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709710200.430.40.33355.8930.0452.35
HexAA616602B28211641e34
Octal25214114605350415443664
Binary1010101011000011100110010101110100010000110110010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6166; }

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

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

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

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

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

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

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

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