#A93A5D

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

Shades of Rouge #A93A5D

Tints of Rouge #A93A5D

Color information

#A93A5D (or 0xA93A5D) is unknown color: approx Rouge. HEX triplet: A9, 3A and 5D. RGB value is (169,58,93). Sum of RGB (Red+Green+Blue) = 169+58+93=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A5D is #56C5A2. Grayscale: #5F5F5F. Windows color (decimal): -5686691 or 6109865. OLE color: 6109865.

HSL color Cylindrical-coordinate representation of color #A93A5D: hue angle of 341.08º 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 #A93A5D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1695893-
CMYK00.660.450.34
HSL341.08º48.9%44.51%-
HSV(B)341.08º65.68%66.27%-
XYZ19.8512.2511.67-
YUV95.18126.77180.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=52.81%
G=18.12%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169589300.660.450.34341.0848.944.51
HexA93A5D0422D22155312d
Octal25172135010255425256155
Binary10101001111010101110101000010101101100010101010101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A5D; }

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

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

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

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

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

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

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

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