#A7306D

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

Shades of Rouge #A7306D

Tints of Rouge #A7306D

Color information

#A7306D (or 0xA7306D) is unknown color: approx Rouge. HEX triplet: A7, 30 and 6D. RGB value is (167,48,109). Sum of RGB (Red+Green+Blue) = 167+48+109=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A7306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7306D is #58CF92. Grayscale: #5A5A5A. Windows color (decimal): -5820307 or 7155879. OLE color: 7155879.

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

Color convert

RGB16748109-
CMYK00.710.350.35
HSL329.24º55.35%42.16%-
HSV(B)329.24º71.26%65.49%-
XYZ19.7511.4315.63-
YUV90.54138.42182.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.54%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=51.54%
G=14.81%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674810900.710.350.35329.2455.3542.16
HexA7306D0472323149372a
Octal24760155010743435116752
Binary10100111110000110110101000111100011100011101001001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7306D; }

 p { color: rgb(167,48,109); }

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

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

 a { background-color: rgb(167,48,109); }

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

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

 span { border-color: rgb(167,48,109); }

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