#A23973

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

Shades of Rouge #A23973

Tints of Rouge #A23973

Color information

#A23973 (or 0xA23973) is unknown color: approx Rouge. HEX triplet: A2, 39 and 73. RGB value is (162,57,115). Sum of RGB (Red+Green+Blue) = 162+57+115=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A23973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23973 is #5DC68C. Grayscale: #5E5E5E. Windows color (decimal): -6145677 or 7551394. OLE color: 7551394.

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

Color convert

RGB16257115-
CMYK00.650.290.36
HSL326.86º47.95%42.94%-
HSV(B)326.86º64.81%63.53%-
XYZ19.4611.8517.48-
YUV95.01139.29175.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=48.50%
G=17.07%
B=34.43%

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
Decimal1625711500.650.290.36326.8647.9542.94
HexA239730411D24147302b
Octal24271163010135445076053
Binary1010001011100111100110100000111101100100101000111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23973; }

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

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

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

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

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

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

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

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