#A23772

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

Shades of Rouge #A23772

Tints of Rouge #A23772

Color information

#A23772 (or 0xA23772) is unknown color: approx Rouge. HEX triplet: A2, 37 and 72. RGB value is (162,55,114). Sum of RGB (Red+Green+Blue) = 162+55+114=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A23772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23772 is #5DC88D. Grayscale: #5D5D5D. Windows color (decimal): -6146190 or 7485346. OLE color: 7485346.

HSL color Cylindrical-coordinate representation of color #A23772: hue angle of 326.92º 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 #A23772 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16255114-
CMYK00.660.300.36
HSL326.92º49.31%42.55%-
HSV(B)326.92º66.05%63.53%-
XYZ19.311.6317.15-
YUV93.72139.45176.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=48.94%
G=16.62%
B=34.44%

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
Decimal1625511400.660.300.36326.9249.3142.55
HexA237720421E24147312b
Octal24267162010236445076153
Binary1010001011011111100100100001011110100100101000111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23772; }

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

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

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

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

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

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

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

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