#A2316F

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

Shades of Rouge #A2316F

Tints of Rouge #A2316F

Color information

#A2316F (or 0xA2316F) is unknown color: approx Rouge. HEX triplet: A2, 31 and 6F. RGB value is (162,49,111). Sum of RGB (Red+Green+Blue) = 162+49+111=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2316F is #5DCE90. Grayscale: #595959. Windows color (decimal): -6147729 or 7287202. OLE color: 7287202.

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

Color convert

RGB16249111-
CMYK00.700.310.36
HSL327.08º53.55%41.37%-
HSV(B)327.08º69.75%63.53%-
XYZ18.8711.0316.17-
YUV89.85139.94179.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=50.31%
G=15.22%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624911100.700.310.36327.0853.5541.37
HexA2316F0461F241473629
Octal24261157010637445076651
Binary1010001011000111011110100011011111100100101000111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2316F; }

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

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

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

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

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

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

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

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