#A2316A

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

Shades of Rouge #A2316A

Tints of Rouge #A2316A

Color information

#A2316A (or 0xA2316A) is unknown color: approx Rouge. HEX triplet: A2, 31 and 6A. RGB value is (162,49,106). Sum of RGB (Red+Green+Blue) = 162+49+106=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2316A is #5DCE95. Grayscale: #595959. Windows color (decimal): -6147734 or 6959522. OLE color: 6959522.

HSL color Cylindrical-coordinate representation of color #A2316A: hue angle of 329.73º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2316A is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16249106-
CMYK00.700.350.36
HSL329.73º53.55%41.37%-
HSV(B)329.73º69.75%63.53%-
XYZ18.610.9214.76-
YUV89.28137.44179.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 49 (19.53% from 255) = 15.46%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=51.10%
G=15.46%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624910600.700.350.36329.7353.5541.37
HexA2316A046232414a3629
Octal24261152010643445126651
Binary10100010110001110101001000110100011100100101001010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2316A; }

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

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

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

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

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

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

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

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