#A2326E

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

Shades of Rouge #A2326E

Tints of Rouge #A2326E

Color information

#A2326E (or 0xA2326E) is unknown color: approx Rouge. HEX triplet: A2, 32 and 6E. RGB value is (162,50,110). Sum of RGB (Red+Green+Blue) = 162+50+110=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2326E is #5DCD91. Grayscale: #5A5A5A. Windows color (decimal): -6147474 or 7221922. OLE color: 7221922.

HSL color Cylindrical-coordinate representation of color #A2326E: hue angle of 327.86º 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 #A2326E is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16250110-
CMYK00.690.320.36
HSL327.86º52.83%41.57%-
HSV(B)327.86º69.14%63.53%-
XYZ18.8611.0915.9-
YUV90.33139.11179.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=50.31%
G=15.53%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625011000.690.320.36327.8652.8341.57
HexA2326E0452024148352a
Octal24262156010540445106552
Binary10100010110010110111001000101100000100100101001000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2326E; }

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

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

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

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

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

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

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

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