#A23462

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

Shades of Rouge #A23462

Tints of Rouge #A23462

Color information

#A23462 (or 0xA23462) is unknown color: approx Rouge. HEX triplet: A2, 34 and 62. RGB value is (162,52,98). Sum of RGB (Red+Green+Blue) = 162+52+98=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A23462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23462 is #5DCB9D. Grayscale: #5A5A5A. Windows color (decimal): -6146974 or 6436002. OLE color: 6436002.

HSL color Cylindrical-coordinate representation of color #A23462: hue angle of 334.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23462 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1625298-
CMYK00.680.400.36
HSL334.91º51.4%41.96%-
HSV(B)334.91º67.9%63.53%-
XYZ18.3311.0212.72-
YUV90.13132.44179.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=51.92%
G=16.67%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162529800.680.400.36334.9151.441.96
HexA23462044282414f332a
Octal24264142010450445176352
Binary10100010110100110001001000100101000100100101001111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23462; }

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

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

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

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

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

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

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

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