#A3717D

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

Shades of Turkish Rose #A3717D

Tints of Turkish Rose #A3717D

Color information

#A3717D (or 0xA3717D) is unknown color: approx Turkish Rose. HEX triplet: A3, 71 and 7D. RGB value is (163,113,125). Sum of RGB (Red+Green+Blue) = 163+113+125=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3717D is #5C8E82. Grayscale: #818181. Windows color (decimal): -6065795 or 8221091. OLE color: 8221091.

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

Color convert

RGB163113125-
CMYK00.310.230.36
HSL345.6º21.37%54.12%-
HSV(B)345.6º30.67%63.92%-
XYZ24.7121.0822.17-
YUV129.32125.56152.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=40.65%
G=28.18%
B=31.17%

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
Decimal16311312500.310.230.36345.621.3754.12
HexA3717D01F172415a1536
Octal24316117503727445322566
Binary10100011111000111111010111111011110010010101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3717D; }

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

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

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

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

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

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

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

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