#A23372

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

Shades of Rouge #A23372

Tints of Rouge #A23372

Color information

#A23372 (or 0xA23372) is unknown color: approx Rouge. HEX triplet: A2, 33 and 72. RGB value is (162,51,114). Sum of RGB (Red+Green+Blue) = 162+51+114=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A23372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23372 is #5DCC8D. Grayscale: #5B5B5B. Windows color (decimal): -6147214 or 7484322. OLE color: 7484322.

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

Color convert

RGB16251114-
CMYK00.690.300.36
HSL325.95º52.11%41.76%-
HSV(B)325.95º68.52%63.53%-
XYZ19.1211.2617.09-
YUV91.37140.77178.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=49.54%
G=15.60%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625111400.690.300.36325.9552.1141.76
HexA233720451E24146342a
Octal24263162010536445066452
Binary1010001011001111100100100010111110100100101000110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23372; }

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

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

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

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

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

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

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

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