#A23974

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

Shades of Rouge #A23974

Tints of Rouge #A23974

Color information

#A23974 (or 0xA23974) is unknown color: approx Rouge. HEX triplet: A2, 39 and 74. RGB value is (162,57,116). Sum of RGB (Red+Green+Blue) = 162+57+116=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A23974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23974 is #5DC68B. Grayscale: #5E5E5E. Windows color (decimal): -6145676 or 7616930. OLE color: 7616930.

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

Color convert

RGB16257116-
CMYK00.650.280.36
HSL326.29º47.95%42.94%-
HSV(B)326.29º64.81%63.53%-
XYZ19.5211.8717.79-
YUV95.12139.79175.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=48.36%
G=17.01%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625711600.650.280.36326.2947.9542.94
HexA239740411C24146302b
Octal24271164010134445066053
Binary1010001011100111101000100000111100100100101000110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23974; }

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

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

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

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

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

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

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

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