#A23573

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

Shades of Rouge #A23573

Tints of Rouge #A23573

Color information

#A23573 (or 0xA23573) is unknown color: approx Rouge. HEX triplet: A2, 35 and 73. RGB value is (162,53,115). Sum of RGB (Red+Green+Blue) = 162+53+115=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23573 is #5DCA8C. Grayscale: #5C5C5C. Windows color (decimal): -6146701 or 7550370. OLE color: 7550370.

HSL color Cylindrical-coordinate representation of color #A23573: hue angle of 325.87º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23573 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16253115-
CMYK00.670.290.36
HSL325.87º50.7%42.16%-
HSV(B)325.87º67.28%63.53%-
XYZ19.2711.4717.42-
YUV92.66140.61177.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=49.09%
G=16.06%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625311500.670.290.36325.8750.742.16
HexA235730431D24146332a
Octal24265163010335445066352
Binary1010001011010111100110100001111101100100101000110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23573; }

 p { color: rgb(162,53,115); }

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

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

 a { background-color: rgb(162,53,115); }

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

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

 span { border-color: rgb(162,53,115); }

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