#A23B76

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

Shades of Rouge #A23B76

Tints of Rouge #A23B76

Color information

#A23B76 (or 0xA23B76) is unknown color: approx Rouge. HEX triplet: A2, 3B and 76. RGB value is (162,59,118). Sum of RGB (Red+Green+Blue) = 162+59+118=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B76 is #5DC489. Grayscale: #606060. Windows color (decimal): -6145162 or 7748514. OLE color: 7748514.

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

Color convert

RGB16259118-
CMYK00.640.270.36
HSL325.63º46.61%43.33%-
HSV(B)325.63º63.58%63.53%-
XYZ19.7312.1218.44-
YUV96.52140.12174.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=47.79%
G=17.40%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625911800.640.270.36325.6346.6143.33
HexA23B760401B241462f2b
Octal24273166010033445065753
Binary1010001011101111101100100000011011100100101000110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B76; }

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

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

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

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

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

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

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

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