#A2426E

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

Shades of Rouge #A2426E

Tints of Rouge #A2426E

Color information

#A2426E (or 0xA2426E) is unknown color: approx Rouge. HEX triplet: A2, 42 and 6E. RGB value is (162,66,110). Sum of RGB (Red+Green+Blue) = 162+66+110=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2426E is #5DBD91. Grayscale: #636363. Windows color (decimal): -6143378 or 7226018. OLE color: 7226018.

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

Color convert

RGB16266110-
CMYK00.590.320.36
HSL332.5º42.11%44.71%-
HSV(B)332.5º59.26%63.53%-
XYZ19.6612.716.17-
YUV99.72133.8172.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=47.93%
G=19.53%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626611000.590.320.36332.542.1144.71
HexA2426E03B202414c2a2d
Octal24210215607340445145255
Binary10100010100001011011100111011100000100100101001100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2426E; }

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

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

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

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

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

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

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

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