#A93B6E

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

Shades of Rouge #A93B6E

Tints of Rouge #A93B6E

Color information

#A93B6E (or 0xA93B6E) is unknown color: approx Rouge. HEX triplet: A9, 3B and 6E. RGB value is (169,59,110). Sum of RGB (Red+Green+Blue) = 169+59+110=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93B6E is #56C491. Grayscale: #616161. Windows color (decimal): -5686418 or 7224233. OLE color: 7224233.

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

Color convert

RGB16959110-
CMYK00.650.350.34
HSL332.18º48.25%44.71%-
HSV(B)332.18º65.09%66.27%-
XYZ20.7412.6916.11-
YUV97.7134.94178.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=50%
G=17.46%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695911000.650.350.34332.1848.2544.71
HexA93B6E041232214c302d
Octal25173156010143425146055
Binary10101001111011110111001000001100011100010101001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B6E; }

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

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

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

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

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

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

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

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