#A6717C

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

Shades of Turkish Rose #A6717C

Tints of Turkish Rose #A6717C

Color information

#A6717C (or 0xA6717C) is unknown color: approx Turkish Rose. HEX triplet: A6, 71 and 7C. RGB value is (166,113,124). Sum of RGB (Red+Green+Blue) = 166+113+124=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6717C is #598E83. Grayscale: #828282. Windows color (decimal): -5869188 or 8155558. OLE color: 8155558.

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

Color convert

RGB166113124-
CMYK00.320.250.35
HSL347.55º22.94%54.71%-
HSV(B)347.55º31.93%65.1%-
XYZ25.2721.3721.86-
YUV130.1124.56153.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=41.19%
G=28.04%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611312400.320.250.35347.5522.9454.71
HexA6717C020192315c1737
Octal24616117404031435342767
Binary101001101110001111110001000001100110001110101110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6717C; }

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

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

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

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

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

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

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

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