#A2356A

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

Shades of Rouge #A2356A

Tints of Rouge #A2356A

Color information

#A2356A (or 0xA2356A) is unknown color: approx Rouge. HEX triplet: A2, 35 and 6A. RGB value is (162,53,106). Sum of RGB (Red+Green+Blue) = 162+53+106=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2356A is #5DCA95. Grayscale: #5B5B5B. Windows color (decimal): -6146710 or 6960546. OLE color: 6960546.

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

Color convert

RGB16253106-
CMYK00.670.350.36
HSL330.83º50.7%42.16%-
HSV(B)330.83º67.28%63.53%-
XYZ18.7711.2714.82-
YUV91.63136.11178.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=50.47%
G=16.51%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625310600.670.350.36330.8350.742.16
HexA2356A043232414b332a
Octal24265152010343445136352
Binary10100010110101110101001000011100011100100101001011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2356A; }

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

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

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

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

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

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

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

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