#A2425E

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

Shades of Rouge #A2425E

Tints of Rouge #A2425E

Color information

#A2425E (or 0xA2425E) is unknown color: approx Rouge. HEX triplet: A2, 42 and 5E. RGB value is (162,66,94). Sum of RGB (Red+Green+Blue) = 162+66+94=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2425E is #5DBDA1. Grayscale: #616161. Windows color (decimal): -6143394 or 6177442. OLE color: 6177442.

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

Color convert

RGB1626694-
CMYK00.590.420.36
HSL342.5º42.11%44.71%-
HSV(B)342.5º59.26%63.53%-
XYZ18.8712.3911.99-
YUV97.9125.8173.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=50.31%
G=20.50%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162669400.590.420.36342.542.1144.71
HexA2425E03B2A241562a2d
Octal24210213607352445265255
Binary10100010100001010111100111011101010100100101010110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2425E; }

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

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

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

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

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

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

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

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