#A93E61

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

Shades of Rouge #A93E61

Tints of Rouge #A93E61

Color information

#A93E61 (or 0xA93E61) is unknown color: approx Rouge. HEX triplet: A9, 3E and 61. RGB value is (169,62,97). Sum of RGB (Red+Green+Blue) = 169+62+97=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E61 is #56C19E. Grayscale: #616161. Windows color (decimal): -5685663 or 6373033. OLE color: 6373033.

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

Color convert

RGB1696297-
CMYK00.630.430.34
HSL340.37º46.32%45.29%-
HSV(B)340.37º63.31%66.27%-
XYZ20.2412.7412.7-
YUV97.98127.45178.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 62 (24.61% from 255) = 18.90%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=51.52%
G=18.90%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169629700.630.430.34340.3746.3245.29
HexA93E6103F2B221542e2d
Octal2517614107753425245655
Binary1010100111111011000010111111101011100010101010100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E61; }

 p { color: rgb(169,62,97); }

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

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

 a { background-color: rgb(169,62,97); }

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

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

 span { border-color: rgb(169,62,97); }

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