#A23473

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

Shades of Rouge #A23473

Tints of Rouge #A23473

Color information

#A23473 (or 0xA23473) is unknown color: approx Rouge. HEX triplet: A2, 34 and 73. RGB value is (162,52,115). Sum of RGB (Red+Green+Blue) = 162+52+115=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23473 is #5DCB8C. Grayscale: #5B5B5B. Windows color (decimal): -6146957 or 7550114. OLE color: 7550114.

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

Color convert

RGB16252115-
CMYK00.680.290.36
HSL325.64º51.4%41.96%-
HSV(B)325.64º67.9%63.53%-
XYZ19.2211.3817.4-
YUV92.07140.94177.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=49.24%
G=15.81%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625211500.680.290.36325.6451.441.96
HexA234730441D24146332a
Octal24264163010435445066352
Binary1010001011010011100110100010011101100100101000110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23473; }

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

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

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

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

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

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

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

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