#A24364

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

Shades of Rouge #A24364

Tints of Rouge #A24364

Color information

#A24364 (or 0xA24364) is unknown color: approx Rouge. HEX triplet: A2, 43 and 64. RGB value is (162,67,100). Sum of RGB (Red+Green+Blue) = 162+67+100=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A24364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24364 is #5DBC9B. Grayscale: #636363. Windows color (decimal): -6143132 or 6570914. OLE color: 6570914.

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

Color convert

RGB16267100-
CMYK00.590.380.36
HSL339.16º41.48%44.9%-
HSV(B)339.16º58.64%63.53%-
XYZ19.2112.6213.48-
YUV99.17128.47172.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=49.24%
G=20.36%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626710000.590.380.36339.1641.4844.9
HexA2436403B2624153292d
Octal24210314407346445235155
Binary10100010100001111001000111011100110100100101010011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24364; }

 p { color: rgb(162,67,100); }

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

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

 a { background-color: rgb(162,67,100); }

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

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

 span { border-color: rgb(162,67,100); }

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