#A3717C

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

Shades of Turkish Rose #A3717C

Tints of Turkish Rose #A3717C

Color information

#A3717C (or 0xA3717C) is unknown color: approx Turkish Rose. HEX triplet: A3, 71 and 7C. RGB value is (163,113,124). Sum of RGB (Red+Green+Blue) = 163+113+124=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3717C is #5C8E83. Grayscale: #818181. Windows color (decimal): -6065796 or 8155555. OLE color: 8155555.

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

Color convert

RGB163113124-
CMYK00.310.240.36
HSL346.8º21.37%54.12%-
HSV(B)346.8º30.67%63.92%-
XYZ24.6521.0521.83-
YUV129.2125.06152.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 124 (48.83% from 255) = 31%
R=40.75%
G=28.25%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311312400.310.240.36346.821.3754.12
HexA3717C01F182415b1536
Octal24316117403730445332566
Binary10100011111000111111000111111100010010010101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3717C; }

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

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

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

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

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

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

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

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