#A93B5B

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

Shades of Rouge #A93B5B

Tints of Rouge #A93B5B

Color information

#A93B5B (or 0xA93B5B) is unknown color: approx Rouge. HEX triplet: A9, 3B and 5B. RGB value is (169,59,91). Sum of RGB (Red+Green+Blue) = 169+59+91=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93B5B is #56C4A4. Grayscale: #5F5F5F. Windows color (decimal): -5686437 or 5979049. OLE color: 5979049.

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

Color convert

RGB1695991-
CMYK00.650.460.34
HSL342.55º48.25%44.71%-
HSV(B)342.55º65.09%66.27%-
XYZ19.8112.3211.23-
YUV95.54125.44180.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.98%
GREEN value IS 59 (23.44% from 255) = 18.50%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=52.98%
G=18.50%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169599100.650.460.34342.5548.2544.71
HexA93B5B0412E22157302d
Octal25173133010156425276055
Binary10101001111011101101101000001101110100010101010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B5B; }

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

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

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

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

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

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

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

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