#A24261

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

Shades of Rouge #A24261

Tints of Rouge #A24261

Color information

#A24261 (or 0xA24261) is unknown color: approx Rouge. HEX triplet: A2, 42 and 61. RGB value is (162,66,97). Sum of RGB (Red+Green+Blue) = 162+66+97=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A24261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24261 is #5DBD9E. Grayscale: #626262. Windows color (decimal): -6143391 or 6374050. OLE color: 6374050.

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

Color convert

RGB1626697-
CMYK00.590.400.36
HSL340.62º42.11%44.71%-
HSV(B)340.62º59.26%63.53%-
XYZ19.0112.4412.71-
YUV98.24127.3173.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=49.85%
G=20.31%
B=29.85%

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
Decimal162669700.590.400.36340.6242.1144.71
HexA2426103B28241552a2d
Octal24210214107350445255255
Binary10100010100001011000010111011101000100100101010101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24261; }

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

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

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

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

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

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

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

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