#A7276A

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

Shades of Rouge #A7276A

Tints of Rouge #A7276A

Color information

#A7276A (or 0xA7276A) is unknown color: approx Rouge. HEX triplet: A7, 27 and 6A. RGB value is (167,39,106). Sum of RGB (Red+Green+Blue) = 167+39+106=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7276A is #58D895. Grayscale: #545454. Windows color (decimal): -5822614 or 6956967. OLE color: 6956967.

HSL color Cylindrical-coordinate representation of color #A7276A: hue angle of 328.59º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7276A is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16739106-
CMYK00.770.370.35
HSL328.59º62.14%40.39%-
HSV(B)328.59º76.65%65.49%-
XYZ19.2610.7114.69-
YUV84.91139.91186.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=53.53%
G=12.5%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673910600.770.370.35328.5962.1440.39
HexA7276A04D25231493e28
Octal24747152011545435117650
Binary10100111100111110101001001101100101100011101001001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7276A; }

 p { color: rgb(167,39,106); }

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

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

 a { background-color: rgb(167,39,106); }

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

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

 span { border-color: rgb(167,39,106); }

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