#A23964

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

Shades of Rouge #A23964

Tints of Rouge #A23964

Color information

#A23964 (or 0xA23964) is unknown color: approx Rouge. HEX triplet: A2, 39 and 64. RGB value is (162,57,100). Sum of RGB (Red+Green+Blue) = 162+57+100=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A23964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23964 is #5DC69B. Grayscale: #5D5D5D. Windows color (decimal): -6145692 or 6568354. OLE color: 6568354.

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

Color convert

RGB16257100-
CMYK00.650.380.36
HSL335.43º47.95%42.94%-
HSV(B)335.43º64.81%63.53%-
XYZ18.6611.5313.3-
YUV93.3131.79177-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=50.78%
G=17.87%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625710000.650.380.36335.4347.9542.94
HexA23964041262414f302b
Octal24271144010146445176053
Binary10100010111001110010001000001100110100100101001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23964; }

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

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

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

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

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

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

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

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