#A23B62

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

Shades of Rouge #A23B62

Tints of Rouge #A23B62

Color information

#A23B62 (or 0xA23B62) is unknown color: approx Rouge. HEX triplet: A2, 3B and 62. RGB value is (162,59,98). Sum of RGB (Red+Green+Blue) = 162+59+98=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B62 is #5DC49D. Grayscale: #5E5E5E. Windows color (decimal): -6145182 or 6437794. OLE color: 6437794.

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

Color convert

RGB1625998-
CMYK00.640.400.36
HSL337.28º46.61%43.33%-
HSV(B)337.28º63.58%63.53%-
XYZ18.6711.6912.83-
YUV94.24130.12176.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 59 (23.44% from 255) = 18.50%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=50.78%
G=18.50%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162599800.640.400.36337.2846.6143.33
HexA23B6204028241512f2b
Octal24273142010050445215753
Binary10100010111011110001001000000101000100100101010001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B62; }

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

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

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

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

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

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

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

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