#a73061

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

Shades of Rouge #A73061

Tints of Rouge #A73061

Color information

#A73061 (or 0xA73061) is unknown color: approx Rouge. HEX triplet: A7, 30 and 61. RGB value is (167,48,97). Sum of RGB (Red+Green+Blue) = 167+48+97=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A73061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73061 is #58CF9E. Grayscale: #595959. Windows color (decimal): -5820319 or 6369447. OLE color: 6369447.

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

Color convert

RGB1674897-
CMYK00.710.420.35
HSL335.29º55.35%42.16%-
HSV(B)335.29º71.26%65.49%-
XYZ19.1511.1912.46-
YUV89.17132.42183.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=53.53%
G=15.38%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167489700.710.420.35335.2955.3542.16
HexA730610472A2314f372a
Octal24760141010752435176752
Binary10100111110000110000101000111101010100011101001111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73061; }

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

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

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

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

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

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

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

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