#A3717F

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

Shades of Turkish Rose #A3717F

Tints of Turkish Rose #A3717F

Color information

#A3717F (or 0xA3717F) is unknown color: approx Turkish Rose. HEX triplet: A3, 71 and 7F. RGB value is (163,113,127). Sum of RGB (Red+Green+Blue) = 163+113+127=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3717F is #5C8E80. Grayscale: #818181. Windows color (decimal): -6065793 or 8352163. OLE color: 8352163.

HSL color Cylindrical-coordinate representation of color #A3717F: hue angle of 343.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3717F is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB163113127-
CMYK00.310.220.36
HSL343.2º21.37%54.12%-
HSV(B)343.2º30.67%63.92%-
XYZ24.8421.1322.85-
YUV129.55126.56151.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 127 (50% from 255) = 31.51%
R=40.45%
G=28.04%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311312700.310.220.36343.221.3754.12
HexA3717F01F16241571536
Octal24316117703726445272566
Binary10100011111000111111110111111011010010010101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3717F; }

 p { color: rgb(163,113,127); }

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

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

 a { background-color: rgb(163,113,127); }

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

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

 span { border-color: rgb(163,113,127); }

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