#A23B64

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

Shades of Rouge #A23B64

Tints of Rouge #A23B64

Color information

#A23B64 (or 0xA23B64) is unknown color: approx Rouge. HEX triplet: A2, 3B and 64. RGB value is (162,59,100). Sum of RGB (Red+Green+Blue) = 162+59+100=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B64 is #5DC49B. Grayscale: #5E5E5E. Windows color (decimal): -6145180 or 6568866. OLE color: 6568866.

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

Color convert

RGB16259100-
CMYK00.640.380.36
HSL336.12º46.61%43.33%-
HSV(B)336.12º63.58%63.53%-
XYZ18.7611.7313.33-
YUV94.47131.12176.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 59 (23.44% from 255) = 18.38%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=50.47%
G=18.38%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625910000.640.380.36336.1246.6143.33
HexA23B6404026241502f2b
Octal24273144010046445205753
Binary10100010111011110010001000000100110100100101010000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B64; }

 p { color: rgb(162,59,100); }

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

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

 a { background-color: rgb(162,59,100); }

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

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

 span { border-color: rgb(162,59,100); }

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