#A23165

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

Shades of Rouge #A23165

Tints of Rouge #A23165

Color information

#A23165 (or 0xA23165) is unknown color: approx Rouge. HEX triplet: A2, 31 and 65. RGB value is (162,49,101). Sum of RGB (Red+Green+Blue) = 162+49+101=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A23165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23165 is #5DCE9A. Grayscale: #585858. Windows color (decimal): -6147739 or 6631842. OLE color: 6631842.

HSL color Cylindrical-coordinate representation of color #A23165: hue angle of 332.39º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23165 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16249101-
CMYK00.700.380.36
HSL332.39º53.55%41.37%-
HSV(B)332.39º69.75%63.53%-
XYZ18.3510.8213.43-
YUV88.71134.94180.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=51.92%
G=15.71%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624910100.700.380.36332.3953.5541.37
HexA23165046262414c3629
Octal24261145010646445146651
Binary10100010110001110010101000110100110100100101001100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23165; }

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

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

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

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

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

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

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

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