#a73263

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

Shades of Rouge #A73263

Tints of Rouge #A73263

Color information

#A73263 (or 0xA73263) is unknown color: approx Rouge. HEX triplet: A7, 32 and 63. RGB value is (167,50,99). Sum of RGB (Red+Green+Blue) = 167+50+99=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A73263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73263 is #58CD9C. Grayscale: #5A5A5A. Windows color (decimal): -5819805 or 6501031. OLE color: 6501031.

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

Color convert

RGB1675099-
CMYK00.700.410.35
HSL334.87º53.92%42.55%-
HSV(B)334.87º70.06%65.49%-
XYZ19.3311.412.99-
YUV90.57132.76182.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.85%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=52.85%
G=15.82%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167509900.700.410.35334.8753.9242.55
HexA73263046292314f362b
Octal24762143010651435176653
Binary10100111110010110001101000110101001100011101001111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73263; }

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

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

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

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

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

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

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

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