#A1757B

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

Shades of Turkish Rose #A1757B

Tints of Turkish Rose #A1757B

Color information

#A1757B (or 0xA1757B) is unknown color: approx Turkish Rose. HEX triplet: A1, 75 and 7B. RGB value is (161,117,123). Sum of RGB (Red+Green+Blue) = 161+117+123=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1757B is #5E8A84. Grayscale: #828282. Windows color (decimal): -6195845 or 8091041. OLE color: 8091041.

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

Color convert

RGB161117123-
CMYK00.270.240.37
HSL351.82º18.97%54.51%-
HSV(B)351.82º27.33%63.14%-
XYZ24.6321.7321.63-
YUV130.84123.58149.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=40.15%
G=29.18%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111712300.270.240.37351.8218.9754.51
HexA1757B01B18251601337
Octal24116517303330455402367
Binary10100001111010111110110110111100010010110110000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1757B; }

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

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

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

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

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

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

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

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