#A66571

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

Shades of Turkish Rose #A66571

Tints of Turkish Rose #A66571

Color information

#A66571 (or 0xA66571) is unknown color: approx Turkish Rose. HEX triplet: A6, 65 and 71. RGB value is (166,101,113). Sum of RGB (Red+Green+Blue) = 166+101+113=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A66571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66571 is #599A8E. Grayscale: #797979. Windows color (decimal): -5872271 or 7431590. OLE color: 7431590.

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

Color convert

RGB166101113-
CMYK00.390.320.35
HSL348.92º26.75%52.35%-
HSV(B)348.92º39.16%65.1%-
XYZ23.3618.6117.98-
YUV121.8123.03159.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=43.68%
G=26.58%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610111300.390.320.35348.9226.7552.35
HexA66571027202315d1b34
Octal24614516104740435353364
Binary1010011011001011110001010011110000010001110101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66571; }

 p { color: rgb(166,101,113); }

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

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

 a { background-color: rgb(166,101,113); }

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

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

 span { border-color: rgb(166,101,113); }

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