#A0747C

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

Shades of Turkish Rose #A0747C

Tints of Turkish Rose #A0747C

Color information

#A0747C (or 0xA0747C) is unknown color: approx Turkish Rose. HEX triplet: A0, 74 and 7C. RGB value is (160,116,124). Sum of RGB (Red+Green+Blue) = 160+116+124=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0747C is #5F8B83. Grayscale: #828282. Windows color (decimal): -6261636 or 8156320. OLE color: 8156320.

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

Color convert

RGB160116124-
CMYK00.280.220.37
HSL349.09º18.8%54.12%-
HSV(B)349.09º27.5%62.75%-
XYZ24.3821.4221.92-
YUV130.07124.58149.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 124 (48.83% from 255) = 31%
R=40%
G=29%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011612400.280.220.37349.0918.854.12
HexA0747C01C162515d1336
Octal24016417403426455352366
Binary10100000111010011111000111001011010010110101110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0747C; }

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

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

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

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

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

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

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

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