#A23868

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

Shades of Rouge #A23868

Tints of Rouge #A23868

Color information

#A23868 (or 0xA23868) is unknown color: approx Rouge. HEX triplet: A2, 38 and 68. RGB value is (162,56,104). Sum of RGB (Red+Green+Blue) = 162+56+104=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A23868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23868 is #5DC797. Grayscale: #5D5D5D. Windows color (decimal): -6145944 or 6830242. OLE color: 6830242.

HSL color Cylindrical-coordinate representation of color #A23868: hue angle of 332.83º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23868 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16256104-
CMYK00.650.360.36
HSL332.83º48.62%42.75%-
HSV(B)332.83º65.43%63.53%-
XYZ18.8111.5114.33-
YUV93.17134.12177.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=50.31%
G=17.39%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625610400.650.360.36332.8348.6242.75
HexA23868041242414d312b
Octal24270150010144445156153
Binary10100010111000110100001000001100100100100101001101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23868; }

 p { color: rgb(162,56,104); }

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

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

 a { background-color: rgb(162,56,104); }

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

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

 span { border-color: rgb(162,56,104); }

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