#A24970

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

Shades of Rouge #A24970

Tints of Rouge #A24970

Color information

#A24970 (or 0xA24970) is unknown color: approx Rouge. HEX triplet: A2, 49 and 70. RGB value is (162,73,112). Sum of RGB (Red+Green+Blue) = 162+73+112=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24970 is #5DB68F. Grayscale: #676767. Windows color (decimal): -6141584 or 7358882. OLE color: 7358882.

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

Color convert

RGB16273112-
CMYK00.550.310.36
HSL333.71º37.87%46.08%-
HSV(B)333.71º54.94%63.53%-
XYZ20.2113.6216.89-
YUV104.06132.49169.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=46.69%
G=21.04%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627311200.550.310.36333.7137.8746.08
HexA249700371F2414e262e
Octal24211116006737445164656
Binary1010001010010011110000011011111111100100101001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24970; }

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

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

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

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

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

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

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

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