#A3326E

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

Shades of Rouge #A3326E

Tints of Rouge #A3326E

Color information

#A3326E (or 0xA3326E) is unknown color: approx Rouge. HEX triplet: A3, 32 and 6E. RGB value is (163,50,110). Sum of RGB (Red+Green+Blue) = 163+50+110=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3326E is #5CCD91. Grayscale: #5A5A5A. Windows color (decimal): -6081938 or 7221923. OLE color: 7221923.

HSL color Cylindrical-coordinate representation of color #A3326E: hue angle of 328.14º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3326E is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16350110-
CMYK00.690.330.36
HSL328.14º53.05%41.76%-
HSV(B)328.14º69.33%63.92%-
XYZ19.0611.1915.91-
YUV90.63138.94179.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=50.46%
G=15.48%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635011000.690.330.36328.1453.0541.76
HexA3326E0452124148352a
Octal24362156010541445106552
Binary10100011110010110111001000101100001100100101001000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3326E; }

 p { color: rgb(163,50,110); }

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

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

 a { background-color: rgb(163,50,110); }

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

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

 span { border-color: rgb(163,50,110); }

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