#A7316E

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

Shades of Rouge #A7316E

Tints of Rouge #A7316E

Color information

#A7316E (or 0xA7316E) is unknown color: approx Rouge. HEX triplet: A7, 31 and 6E. RGB value is (167,49,110). Sum of RGB (Red+Green+Blue) = 167+49+110=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7316E is #58CE91. Grayscale: #5B5B5B. Windows color (decimal): -5820050 or 7221671. OLE color: 7221671.

HSL color Cylindrical-coordinate representation of color #A7316E: hue angle of 328.98º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7316E is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16749110-
CMYK00.710.340.35
HSL328.98º54.63%42.35%-
HSV(B)328.98º70.66%65.49%-
XYZ19.8511.5415.93-
YUV91.24138.59182.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.23%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=51.23%
G=15.03%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674911000.710.340.35328.9854.6342.35
HexA7316E0472223149372a
Octal24761156010742435116752
Binary10100111110001110111001000111100010100011101001001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7316E; }

 p { color: rgb(167,49,110); }

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

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

 a { background-color: rgb(167,49,110); }

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

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

 span { border-color: rgb(167,49,110); }

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