#A23B60

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

Shades of Rouge #A23B60

Tints of Rouge #A23B60

Color information

#A23B60 (or 0xA23B60) is unknown color: approx Rouge. HEX triplet: A2, 3B and 60. RGB value is (162,59,96). Sum of RGB (Red+Green+Blue) = 162+59+96=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B60 is #5DC49F. Grayscale: #5D5D5D. Windows color (decimal): -6145184 or 6306722. OLE color: 6306722.

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

Color convert

RGB1625996-
CMYK00.640.410.36
HSL338.45º46.61%43.33%-
HSV(B)338.45º63.58%63.53%-
XYZ18.5811.6512.34-
YUV94.02129.12176.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=51.10%
G=18.61%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162599600.640.410.36338.4546.6143.33
HexA23B6004029241522f2b
Octal24273140010051445225753
Binary10100010111011110000001000000101001100100101010010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B60; }

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

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

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

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

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

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

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

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