#A2757C

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

Shades of Turkish Rose #A2757C

Tints of Turkish Rose #A2757C

Color information

#A2757C (or 0xA2757C) is unknown color: approx Turkish Rose. HEX triplet: A2, 75 and 7C. RGB value is (162,117,124). Sum of RGB (Red+Green+Blue) = 162+117+124=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2757C is #5D8A83. Grayscale: #838383. Windows color (decimal): -6130308 or 8156578. OLE color: 8156578.

HSL color Cylindrical-coordinate representation of color #A2757C: hue angle of 350.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2757C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB162117124-
CMYK00.280.230.36
HSL350.67º19.48%54.71%-
HSV(B)350.67º27.78%63.53%-
XYZ24.921.8621.98-
YUV131.25123.91149.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=40.20%
G=29.03%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211712400.280.230.36350.6719.4854.71
HexA2757C01C172415f1337
Octal24216517403427445372367
Binary10100010111010111111000111001011110010010101111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2757C; }

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

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

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

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

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

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

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

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