#A1757E

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

Shades of Turkish Rose #A1757E

Tints of Turkish Rose #A1757E

Color information

#A1757E (or 0xA1757E) is unknown color: approx Turkish Rose. HEX triplet: A1, 75 and 7E. RGB value is (161,117,126). Sum of RGB (Red+Green+Blue) = 161+117+126=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1757E is #5E8A81. Grayscale: #838383. Windows color (decimal): -6195842 or 8287649. OLE color: 8287649.

HSL color Cylindrical-coordinate representation of color #A1757E: hue angle of 347.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1757E is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161117126-
CMYK00.270.220.37
HSL347.73º18.97%54.51%-
HSV(B)347.73º27.33%63.14%-
XYZ24.8321.8122.64-
YUV131.18125.08149.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=39.85%
G=28.96%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111712600.270.220.37347.7318.9754.51
HexA1757E01B162515c1337
Octal24116517603326455342367
Binary10100001111010111111100110111011010010110101110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1757E; }

 p { color: rgb(161,117,126); }

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

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

 a { background-color: rgb(161,117,126); }

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

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

 span { border-color: rgb(161,117,126); }

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