#A23870

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

Shades of Rouge #A23870

Tints of Rouge #A23870

Color information

#A23870 (or 0xA23870) is unknown color: approx Rouge. HEX triplet: A2, 38 and 70. RGB value is (162,56,112). Sum of RGB (Red+Green+Blue) = 162+56+112=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23870 is #5DC78F. Grayscale: #5D5D5D. Windows color (decimal): -6145936 or 7354530. OLE color: 7354530.

HSL color Cylindrical-coordinate representation of color #A23870: hue angle of 328.3º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23870 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16256112-
CMYK00.650.310.36
HSL328.3º48.62%42.75%-
HSV(B)328.3º65.43%63.53%-
XYZ19.2411.6816.57-
YUV94.08138.12176.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=49.09%
G=16.97%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625611200.650.310.36328.348.6242.75
HexA238700411F24148312b
Octal24270160010137445106153
Binary1010001011100011100000100000111111100100101001000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23870; }

 p { color: rgb(162,56,112); }

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

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

 a { background-color: rgb(162,56,112); }

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

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

 span { border-color: rgb(162,56,112); }

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