#A23972

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

Shades of Rouge #A23972

Tints of Rouge #A23972

Color information

#A23972 (or 0xA23972) is unknown color: approx Rouge. HEX triplet: A2, 39 and 72. RGB value is (162,57,114). Sum of RGB (Red+Green+Blue) = 162+57+114=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A23972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23972 is #5DC68D. Grayscale: #5E5E5E. Windows color (decimal): -6145678 or 7485858. OLE color: 7485858.

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

Color convert

RGB16257114-
CMYK00.650.300.36
HSL327.43º47.95%42.94%-
HSV(B)327.43º64.81%63.53%-
XYZ19.411.8217.18-
YUV94.89138.79175.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=48.65%
G=17.12%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625711400.650.300.36327.4347.9542.94
HexA239720411E24147302b
Octal24271162010136445076053
Binary1010001011100111100100100000111110100100101000111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23972; }

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

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

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

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

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

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

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

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