#A2426A

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

Shades of Rouge #A2426A

Tints of Rouge #A2426A

Color information

#A2426A (or 0xA2426A) is unknown color: approx Rouge. HEX triplet: A2, 42 and 6A. RGB value is (162,66,106). Sum of RGB (Red+Green+Blue) = 162+66+106=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2426A is #5DBD95. Grayscale: #636363. Windows color (decimal): -6143382 or 6963874. OLE color: 6963874.

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

Color convert

RGB16266106-
CMYK00.590.350.36
HSL335º42.11%44.71%-
HSV(B)335º59.26%63.53%-
XYZ19.4512.6215.05-
YUV99.26131.8172.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=48.50%
G=19.76%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626610600.590.350.3633542.1144.71
HexA2426A03B232414f2a2d
Octal24210215207343445175255
Binary10100010100001011010100111011100011100100101001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2426A; }

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

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

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

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

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

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

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

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