#A93A5B

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

Shades of Rouge #A93A5B

Tints of Rouge #A93A5B

Color information

#A93A5B (or 0xA93A5B) is unknown color: approx Rouge. HEX triplet: A9, 3A and 5B. RGB value is (169,58,91). Sum of RGB (Red+Green+Blue) = 169+58+91=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A5B is #56C5A4. Grayscale: #5E5E5E. Windows color (decimal): -5686693 or 5978793. OLE color: 5978793.

HSL color Cylindrical-coordinate representation of color #A93A5B: hue angle of 342.16º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93A5B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1695891-
CMYK00.660.460.34
HSL342.16º48.9%44.51%-
HSV(B)342.16º65.68%66.27%-
XYZ19.7612.2211.21-
YUV94.95125.77180.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=53.14%
G=18.24%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169589100.660.460.34342.1648.944.51
HexA93A5B0422E22156312d
Octal25172133010256425266155
Binary10101001111010101101101000010101110100010101010110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A5B; }

 p { color: rgb(169,58,91); }

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

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

 a { background-color: rgb(169,58,91); }

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

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

 span { border-color: rgb(169,58,91); }

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