#A23672

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

Shades of Rouge #A23672

Tints of Rouge #A23672

Color information

#A23672 (or 0xA23672) is unknown color: approx Rouge. HEX triplet: A2, 36 and 72. RGB value is (162,54,114). Sum of RGB (Red+Green+Blue) = 162+54+114=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23672 is #5DC98D. Grayscale: #5D5D5D. Windows color (decimal): -6146446 or 7485090. OLE color: 7485090.

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

Color convert

RGB16254114-
CMYK00.670.300.36
HSL326.67º50%42.35%-
HSV(B)326.67º66.67%63.53%-
XYZ19.2611.5317.13-
YUV93.13139.78177.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=49.09%
G=16.36%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625411400.670.300.36326.675042.35
HexA236720431E24147322a
Octal24266162010336445076252
Binary1010001011011011100100100001111110100100101000111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23672; }

 p { color: rgb(162,54,114); }

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

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

 a { background-color: rgb(162,54,114); }

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

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

 span { border-color: rgb(162,54,114); }

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