#A23671

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

Shades of Rouge #A23671

Tints of Rouge #A23671

Color information

#A23671 (or 0xA23671) is unknown color: approx Rouge. HEX triplet: A2, 36 and 71. RGB value is (162,54,113). Sum of RGB (Red+Green+Blue) = 162+54+113=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23671 is #5DC98E. Grayscale: #5C5C5C. Windows color (decimal): -6146447 or 7419554. OLE color: 7419554.

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

Color convert

RGB16254113-
CMYK00.670.300.36
HSL327.22º50%42.35%-
HSV(B)327.22º66.67%63.53%-
XYZ19.211.5116.83-
YUV93.02139.28177.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=49.24%
G=16.41%
B=34.35%

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
Decimal1625411300.670.300.36327.225042.35
HexA236710431E24147322a
Octal24266161010336445076252
Binary1010001011011011100010100001111110100100101000111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23671; }

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

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

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

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

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

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

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

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