#A2355E

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

Shades of Rouge #A2355E

Tints of Rouge #A2355E

Color information

#A2355E (or 0xA2355E) is unknown color: approx Rouge. HEX triplet: A2, 35 and 5E. RGB value is (162,53,94). Sum of RGB (Red+Green+Blue) = 162+53+94=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2355E is #5DCAA1. Grayscale: #5A5A5A. Windows color (decimal): -6146722 or 6174114. OLE color: 6174114.

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

Color convert

RGB1625394-
CMYK00.670.420.36
HSL337.43º50.7%42.16%-
HSV(B)337.43º67.28%63.53%-
XYZ18.1911.0411.76-
YUV90.26130.11179.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=52.43%
G=17.15%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162539400.670.420.36337.4350.742.16
HexA2355E0432A24151332a
Octal24265136010352445216352
Binary10100010110101101111001000011101010100100101010001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2355E; }

 p { color: rgb(162,53,94); }

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

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

 a { background-color: rgb(162,53,94); }

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

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

 span { border-color: rgb(162,53,94); }

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