#A24361

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

Shades of Rouge #A24361

Tints of Rouge #A24361

Color information

#A24361 (or 0xA24361) is unknown color: approx Rouge. HEX triplet: A2, 43 and 61. RGB value is (162,67,97). Sum of RGB (Red+Green+Blue) = 162+67+97=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A24361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24361 is #5DBC9E. Grayscale: #626262. Windows color (decimal): -6143135 or 6374306. OLE color: 6374306.

HSL color Cylindrical-coordinate representation of color #A24361: hue angle of 341.05º 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 #A24361 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1626797-
CMYK00.590.400.36
HSL341.05º41.48%44.9%-
HSV(B)341.05º58.64%63.53%-
XYZ19.0712.5612.73-
YUV98.82126.97173.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=49.69%
G=20.55%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162679700.590.400.36341.0541.4844.9
HexA2436103B2824155292d
Octal24210314107350445255155
Binary10100010100001111000010111011101000100100101010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24361; }

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

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

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

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

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

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

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

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