#A23873

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

Shades of Rouge #A23873

Tints of Rouge #A23873

Color information

#A23873 (or 0xA23873) is unknown color: approx Rouge. HEX triplet: A2, 38 and 73. RGB value is (162,56,115). Sum of RGB (Red+Green+Blue) = 162+56+115=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A23873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23873 is #5DC78C. Grayscale: #5E5E5E. Windows color (decimal): -6145933 or 7551138. OLE color: 7551138.

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

Color convert

RGB16256115-
CMYK00.650.290.36
HSL326.6º48.62%42.75%-
HSV(B)326.6º65.43%63.53%-
XYZ19.4111.7517.46-
YUV94.42139.62176.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=48.65%
G=16.82%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625611500.650.290.36326.648.6242.75
HexA238730411D24147312b
Octal24270163010135445076153
Binary1010001011100011100110100000111101100100101000111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23873; }

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

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

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

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

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

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

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

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