#A73462

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

Shades of Rouge #A73462

Tints of Rouge #A73462

Color information

#A73462 (or 0xA73462) is unknown color: approx Rouge. HEX triplet: A7, 34 and 62. RGB value is (167,52,98). Sum of RGB (Red+Green+Blue) = 167+52+98=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A73462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73462 is #58CB9D. Grayscale: #5B5B5B. Windows color (decimal): -5819294 or 6436007. OLE color: 6436007.

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

Color convert

RGB1675298-
CMYK00.690.410.35
HSL336º52.51%42.94%-
HSV(B)336º68.86%65.49%-
XYZ19.3711.5512.76-
YUV91.63131.6181.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.68%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=52.68%
G=16.40%
B=30.91%

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
Decimal167529800.690.410.3533652.5142.94
HexA734620452923150352b
Octal24764142010551435206553
Binary10100111110100110001001000101101001100011101010000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73462; }

 p { color: rgb(167,52,98); }

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

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

 a { background-color: rgb(167,52,98); }

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

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

 span { border-color: rgb(167,52,98); }

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