#A23771

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

Shades of Rouge #A23771

Tints of Rouge #A23771

Color information

#A23771 (or 0xA23771) is unknown color: approx Rouge. HEX triplet: A2, 37 and 71. RGB value is (162,55,113). Sum of RGB (Red+Green+Blue) = 162+55+113=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23771 is #5DC88E. Grayscale: #5D5D5D. Windows color (decimal): -6146191 or 7419810. OLE color: 7419810.

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

Color convert

RGB16255113-
CMYK00.660.300.36
HSL327.48º49.31%42.55%-
HSV(B)327.48º66.05%63.53%-
XYZ19.2511.6116.85-
YUV93.6138.95176.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=49.09%
G=16.67%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625511300.660.300.36327.4849.3142.55
HexA237710421E24147312b
Octal24267161010236445076153
Binary1010001011011111100010100001011110100100101000111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23771; }

 p { color: rgb(162,55,113); }

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

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

 a { background-color: rgb(162,55,113); }

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

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

 span { border-color: rgb(162,55,113); }

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