#A2346E

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

Shades of Rouge #A2346E

Tints of Rouge #A2346E

Color information

#A2346E (or 0xA2346E) is unknown color: approx Rouge. HEX triplet: A2, 34 and 6E. RGB value is (162,52,110). Sum of RGB (Red+Green+Blue) = 162+52+110=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2346E is #5DCB91. Grayscale: #5B5B5B. Windows color (decimal): -6146962 or 7222434. OLE color: 7222434.

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

Color convert

RGB16252110-
CMYK00.680.320.36
HSL328.36º51.4%41.96%-
HSV(B)328.36º67.9%63.53%-
XYZ18.9411.2615.93-
YUV91.5138.44178.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=50%
G=16.05%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625211000.680.320.36328.3651.441.96
HexA2346E0442024148332a
Octal24264156010440445106352
Binary10100010110100110111001000100100000100100101001000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2346E; }

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

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

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

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

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

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

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

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