#A24A6E

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

Shades of Rouge #A24A6E

Tints of Rouge #A24A6E

Color information

#A24A6E (or 0xA24A6E) is unknown color: approx Rouge. HEX triplet: A2, 4A and 6E. RGB value is (162,74,110). Sum of RGB (Red+Green+Blue) = 162+74+110=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A6E is #5DB591. Grayscale: #686868. Windows color (decimal): -6141330 or 7228066. OLE color: 7228066.

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

Color convert

RGB16274110-
CMYK00.540.320.36
HSL335.45º37.29%46.27%-
HSV(B)335.45º54.32%63.53%-
XYZ20.1613.716.33-
YUV104.42131.15169.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=46.82%
G=21.39%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627411000.540.320.36335.4537.2946.27
HexA24A6E036202414f252e
Octal24211215606640445174556
Binary10100010100101011011100110110100000100100101001111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A6E; }

 p { color: rgb(162,74,110); }

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

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

 a { background-color: rgb(162,74,110); }

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

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

 span { border-color: rgb(162,74,110); }

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