#A66166

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

Shades of Turkish Rose #A66166

Tints of Turkish Rose #A66166

Color information

#A66166 (or 0xA66166) is unknown color: approx Turkish Rose. HEX triplet: A6, 61 and 66. RGB value is (166,97,102). Sum of RGB (Red+Green+Blue) = 166+97+102=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A66166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66166 is #599E99. Grayscale: #767676. Windows color (decimal): -5873306 or 6709670. OLE color: 6709670.

HSL color Cylindrical-coordinate representation of color #A66166: hue angle of 355.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66166 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16697102-
CMYK00.420.390.35
HSL355.65º27.94%51.57%-
HSV(B)355.65º41.57%65.1%-
XYZ22.417.6214.79-
YUV118.2118.86162.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=45.48%
G=26.58%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669710200.420.390.35355.6527.9451.57
HexA6616602A27231641c34
Octal24614114605247435443464
Binary1010011011000011100110010101010011110001110110010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66166; }

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

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

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

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

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

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

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

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