#A73363

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

Shades of Rouge #A73363

Tints of Rouge #A73363

Color information

#A73363 (or 0xA73363) is unknown color: approx Rouge. HEX triplet: A7, 33 and 63. RGB value is (167,51,99). Sum of RGB (Red+Green+Blue) = 167+51+99=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A73363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73363 is #58CC9C. Grayscale: #5B5B5B. Windows color (decimal): -5819549 or 6501287. OLE color: 6501287.

HSL color Cylindrical-coordinate representation of color #A73363: hue angle of 335.17º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73363 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1675199-
CMYK00.690.410.35
HSL335.17º53.21%42.75%-
HSV(B)335.17º69.46%65.49%-
XYZ19.3711.4813-
YUV91.16132.43182.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.68%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=52.68%
G=16.09%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167519900.690.410.35335.1753.2142.75
HexA73363045292314f352b
Octal24763143010551435176553
Binary10100111110011110001101000101101001100011101001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73363; }

 p { color: rgb(167,51,99); }

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

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

 a { background-color: rgb(167,51,99); }

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

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

 span { border-color: rgb(167,51,99); }

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