#A0757C

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

Shades of Turkish Rose #A0757C

Tints of Turkish Rose #A0757C

Color information

#A0757C (or 0xA0757C) is unknown color: approx Turkish Rose. HEX triplet: A0, 75 and 7C. RGB value is (160,117,124). Sum of RGB (Red+Green+Blue) = 160+117+124=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0757C is #5F8A83. Grayscale: #828282. Windows color (decimal): -6261380 or 8156576. OLE color: 8156576.

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

Color convert

RGB160117124-
CMYK00.270.220.37
HSL350.23º18.45%54.31%-
HSV(B)350.23º26.88%62.75%-
XYZ24.521.6521.96-
YUV130.66124.25148.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=39.90%
G=29.18%
B=30.92%

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
Decimal16011712400.270.220.37350.2318.4554.31
HexA0757C01B162515e1236
Octal24016517403326455362266
Binary10100000111010111111000110111011010010110101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0757C; }

 p { color: rgb(160,117,124); }

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

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

 a { background-color: rgb(160,117,124); }

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

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

 span { border-color: rgb(160,117,124); }

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