#A24264

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

Shades of Rouge #A24264

Tints of Rouge #A24264

Color information

#A24264 (or 0xA24264) is unknown color: approx Rouge. HEX triplet: A2, 42 and 64. RGB value is (162,66,100). Sum of RGB (Red+Green+Blue) = 162+66+100=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A24264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24264 is #5DBD9B. Grayscale: #626262. Windows color (decimal): -6143388 or 6570658. OLE color: 6570658.

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

Color convert

RGB16266100-
CMYK00.590.380.36
HSL338.75º42.11%44.71%-
HSV(B)338.75º59.26%63.53%-
XYZ19.1512.513.46-
YUV98.58128.8173.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=49.39%
G=20.12%
B=30.49%

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
Decimal1626610000.590.380.36338.7542.1144.71
HexA2426403B26241532a2d
Octal24210214407346445235255
Binary10100010100001011001000111011100110100100101010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24264; }

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

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

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

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

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

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

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

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