#A5717C

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

Shades of Turkish Rose #A5717C

Tints of Turkish Rose #A5717C

Color information

#A5717C (or 0xA5717C) is unknown color: approx Turkish Rose. HEX triplet: A5, 71 and 7C. RGB value is (165,113,124). Sum of RGB (Red+Green+Blue) = 165+113+124=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5717C is #5A8E83. Grayscale: #818181. Windows color (decimal): -5934724 or 8155557. OLE color: 8155557.

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

Color convert

RGB165113124-
CMYK00.320.250.35
HSL347.31º22.41%54.51%-
HSV(B)347.31º31.52%64.71%-
XYZ25.0621.2621.85-
YUV129.8124.73153.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=41.04%
G=28.11%
B=30.85%

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
Decimal16511312400.320.250.35347.3122.4154.51
HexA5717C020192315b1637
Octal24516117404031435332667
Binary101001011110001111110001000001100110001110101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5717C; }

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

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

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

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

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

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

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

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