#A23065

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

Shades of Rouge #A23065

Tints of Rouge #A23065

Color information

#A23065 (or 0xA23065) is unknown color: approx Rouge. HEX triplet: A2, 30 and 65. RGB value is (162,48,101). Sum of RGB (Red+Green+Blue) = 162+48+101=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A23065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23065 is #5DCF9A. Grayscale: #585858. Windows color (decimal): -6147995 or 6631586. OLE color: 6631586.

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

Color convert

RGB16248101-
CMYK00.700.380.36
HSL332.11º54.29%41.18%-
HSV(B)332.11º70.37%63.53%-
XYZ18.3110.7313.42-
YUV88.13135.27180.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=52.09%
G=15.43%
B=32.48%

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
Decimal1624810100.700.380.36332.1154.2941.18
HexA23065046262414c3629
Octal24260145010646445146651
Binary10100010110000110010101000110100110100100101001100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23065; }

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

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

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

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

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

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

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

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