#A24371

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

Shades of Rouge #A24371

Tints of Rouge #A24371

Color information

#A24371 (or 0xA24371) is unknown color: approx Rouge. HEX triplet: A2, 43 and 71. RGB value is (162,67,113). Sum of RGB (Red+Green+Blue) = 162+67+113=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A24371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24371 is #5DBC8E. Grayscale: #646464. Windows color (decimal): -6143119 or 7422882. OLE color: 7422882.

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

Color convert

RGB16267113-
CMYK00.590.300.36
HSL330.95º41.48%44.9%-
HSV(B)330.95º58.64%63.53%-
XYZ19.8912.8917.06-
YUV100.65134.97171.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=47.37%
G=19.59%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626711300.590.300.36330.9541.4844.9
HexA2437103B1E2414b292d
Octal24210316107336445135155
Binary1010001010000111110001011101111110100100101001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24371; }

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

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

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

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

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

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

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

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