#A23260

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

Shades of Rouge #A23260

Tints of Rouge #A23260

Color information

#A23260 (or 0xA23260) is unknown color: approx Rouge. HEX triplet: A2, 32 and 60. RGB value is (162,50,96). Sum of RGB (Red+Green+Blue) = 162+50+96=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A23260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23260 is #5DCD9F. Grayscale: #585858. Windows color (decimal): -6147488 or 6304418. OLE color: 6304418.

HSL color Cylindrical-coordinate representation of color #A23260: hue angle of 335.36º degrees, saturation: 0.53, 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 #A23260 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1625096-
CMYK00.690.410.36
HSL335.36º52.83%41.57%-
HSV(B)335.36º69.14%63.53%-
XYZ18.1510.8112.2-
YUV88.73132.11180.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=52.60%
G=16.23%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162509600.690.410.36335.3652.8341.57
HexA23260045292414f352a
Octal24262140010551445176552
Binary10100010110010110000001000101101001100100101001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23260; }

 p { color: rgb(162,50,96); }

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

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

 a { background-color: rgb(162,50,96); }

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

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

 span { border-color: rgb(162,50,96); }

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