#A24071

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

Shades of Rouge #A24071

Tints of Rouge #A24071

Color information

#A24071 (or 0xA24071) is unknown color: approx Rouge. HEX triplet: A2, 40 and 71. RGB value is (162,64,113). Sum of RGB (Red+Green+Blue) = 162+64+113=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A24071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24071 is #5DBF8E. Grayscale: #626262. Windows color (decimal): -6143887 or 7422114. OLE color: 7422114.

HSL color Cylindrical-coordinate representation of color #A24071: hue angle of 330º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24071 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16264113-
CMYK00.600.300.36
HSL330º43.36%44.31%-
HSV(B)330º60.49%63.53%-
XYZ19.7112.5417-
YUV98.89135.97173.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=47.79%
G=18.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626411300.600.300.3633043.3644.31
HexA2407103C1E2414a2b2c
Octal24210016107436445125354
Binary1010001010000001110001011110011110100100101001010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24071; }

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

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

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

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

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

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

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

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