#A2737C

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

Shades of Turkish Rose #A2737C

Tints of Turkish Rose #A2737C

Color information

#A2737C (or 0xA2737C) is unknown color: approx Turkish Rose. HEX triplet: A2, 73 and 7C. RGB value is (162,115,124). Sum of RGB (Red+Green+Blue) = 162+115+124=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2737C is #5D8C83. Grayscale: #828282. Windows color (decimal): -6130820 or 8156066. OLE color: 8156066.

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

Color convert

RGB162115124-
CMYK00.290.230.36
HSL348.51º20.17%54.31%-
HSV(B)348.51º29.01%63.53%-
XYZ24.6721.421.9-
YUV130.08124.57150.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=40.40%
G=28.68%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211512400.290.230.36348.5120.1754.31
HexA2737C01D172415d1436
Octal24216317403527445352466
Binary10100010111001111111000111011011110010010101110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2737C; }

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

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

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

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

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

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

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

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