#A3717E

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

Shades of Turkish Rose #A3717E

Tints of Turkish Rose #A3717E

Color information

#A3717E (or 0xA3717E) is unknown color: approx Turkish Rose. HEX triplet: A3, 71 and 7E. RGB value is (163,113,126). Sum of RGB (Red+Green+Blue) = 163+113+126=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3717E is #5C8E81. Grayscale: #818181. Windows color (decimal): -6065794 or 8286627. OLE color: 8286627.

HSL color Cylindrical-coordinate representation of color #A3717E: hue angle of 344.4º 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 #A3717E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB163113126-
CMYK00.310.230.36
HSL344.4º21.37%54.12%-
HSV(B)344.4º30.67%63.92%-
XYZ24.7821.122.51-
YUV129.43126.06151.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=40.55%
G=28.11%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311312600.310.230.36344.421.3754.12
HexA3717E01F17241581536
Octal24316117603727445302566
Binary10100011111000111111100111111011110010010101100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3717E; }

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

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

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

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

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

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

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

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