#A23461

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

Shades of Rouge #A23461

Tints of Rouge #A23461

Color information

#A23461 (or 0xA23461) is unknown color: approx Rouge. HEX triplet: A2, 34 and 61. RGB value is (162,52,97). Sum of RGB (Red+Green+Blue) = 162+52+97=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A23461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23461 is #5DCB9E. Grayscale: #595959. Windows color (decimal): -6146975 or 6370466. OLE color: 6370466.

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

Color convert

RGB1625297-
CMYK00.680.400.36
HSL335.45º51.4%41.96%-
HSV(B)335.45º67.9%63.53%-
XYZ18.291112.47-
YUV90.02131.94179.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=52.09%
G=16.72%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162529700.680.400.36335.4551.441.96
HexA23461044282414f332a
Octal24264141010450445176352
Binary10100010110100110000101000100101000100100101001111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23461; }

 p { color: rgb(162,52,97); }

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

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

 a { background-color: rgb(162,52,97); }

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

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

 span { border-color: rgb(162,52,97); }

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