#A24C70

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

Shades of Rouge #A24C70

Tints of Rouge #A24C70

Color information

#A24C70 (or 0xA24C70) is unknown color: approx Rouge. HEX triplet: A2, 4C and 70. RGB value is (162,76,112). Sum of RGB (Red+Green+Blue) = 162+76+112=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C70 is #5DB38F. Grayscale: #696969. Windows color (decimal): -6140816 or 7359650. OLE color: 7359650.

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

Color convert

RGB16276112-
CMYK00.530.310.36
HSL334.88º36.13%46.67%-
HSV(B)334.88º53.09%63.53%-
XYZ20.4114.0216.96-
YUV105.82131.49168.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 112 (44.14% from 255) = 32%
R=46.29%
G=21.71%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627611200.530.310.36334.8836.1346.67
HexA24C700351F2414f242f
Octal24211416006537445174457
Binary1010001010011001110000011010111111100100101001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C70; }

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

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

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

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

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

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

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

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