#A23565

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

Shades of Rouge #A23565

Tints of Rouge #A23565

Color information

#A23565 (or 0xA23565) is unknown color: approx Rouge. HEX triplet: A2, 35 and 65. RGB value is (162,53,101). Sum of RGB (Red+Green+Blue) = 162+53+101=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A23565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23565 is #5DCA9A. Grayscale: #5A5A5A. Windows color (decimal): -6146715 or 6632866. OLE color: 6632866.

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

Color convert

RGB16253101-
CMYK00.670.380.36
HSL333.58º50.7%42.16%-
HSV(B)333.58º67.28%63.53%-
XYZ18.5211.1713.49-
YUV91.06133.61178.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=51.27%
G=16.77%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625310100.670.380.36333.5850.742.16
HexA23565043262414e332a
Octal24265145010346445166352
Binary10100010110101110010101000011100110100100101001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23565; }

 p { color: rgb(162,53,101); }

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

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

 a { background-color: rgb(162,53,101); }

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

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

 span { border-color: rgb(162,53,101); }

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