#A6717D

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

Shades of Turkish Rose #A6717D

Tints of Turkish Rose #A6717D

Color information

#A6717D (or 0xA6717D) is unknown color: approx Turkish Rose. HEX triplet: A6, 71 and 7D. RGB value is (166,113,125). Sum of RGB (Red+Green+Blue) = 166+113+125=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6717D is #598E82. Grayscale: #828282. Windows color (decimal): -5869187 or 8221094. OLE color: 8221094.

HSL color Cylindrical-coordinate representation of color #A6717D: hue angle of 346.42º 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 #A6717D is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166113125-
CMYK00.320.250.35
HSL346.42º22.94%54.71%-
HSV(B)346.42º31.93%65.1%-
XYZ25.3321.422.2-
YUV130.22125.06153.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=41.09%
G=27.97%
B=30.94%

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
Decimal16611312500.320.250.35346.4222.9454.71
HexA6717D020192315a1737
Octal24616117504031435322767
Binary101001101110001111110101000001100110001110101101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6717D; }

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

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

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

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

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

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

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

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