#A24460

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

Shades of Rouge #A24460

Tints of Rouge #A24460

Color information

#A24460 (or 0xA24460) is unknown color: approx Rouge. HEX triplet: A2, 44 and 60. RGB value is (162,68,96). Sum of RGB (Red+Green+Blue) = 162+68+96=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A24460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24460 is #5DBB9F. Grayscale: #636363. Windows color (decimal): -6142880 or 6309026. OLE color: 6309026.

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

Color convert

RGB1626896-
CMYK00.580.410.36
HSL342.13º40.87%45.1%-
HSV(B)342.13º58.02%63.53%-
XYZ19.0812.6612.5-
YUV99.3126.14172.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=49.69%
G=20.86%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162689600.580.410.36342.1340.8745.1
HexA2446003A2924156292d
Octal24210414007251445265155
Binary10100010100010011000000111010101001100100101010110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24460; }

 p { color: rgb(162,68,96); }

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

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

 a { background-color: rgb(162,68,96); }

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

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

 span { border-color: rgb(162,68,96); }

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