#A0747E

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

Shades of Turkish Rose #A0747E

Tints of Turkish Rose #A0747E

Color information

#A0747E (or 0xA0747E) is unknown color: approx Turkish Rose. HEX triplet: A0, 74 and 7E. RGB value is (160,116,126). Sum of RGB (Red+Green+Blue) = 160+116+126=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0747E is #5F8B81. Grayscale: #828282. Windows color (decimal): -6261634 or 8287392. OLE color: 8287392.

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

Color convert

RGB160116126-
CMYK00.280.210.37
HSL346.36º18.8%54.12%-
HSV(B)346.36º27.5%62.75%-
XYZ24.5121.4722.59-
YUV130.3125.58149.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=39.80%
G=28.86%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011612600.280.210.37346.3618.854.12
HexA0747E01C152515a1336
Octal24016417603425455322366
Binary10100000111010011111100111001010110010110101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0747E; }

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

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

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

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

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

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

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

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