#A2426D

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

Shades of Rouge #A2426D

Tints of Rouge #A2426D

Color information

#A2426D (or 0xA2426D) is unknown color: approx Rouge. HEX triplet: A2, 42 and 6D. RGB value is (162,66,109). Sum of RGB (Red+Green+Blue) = 162+66+109=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2426D is #5DBD92. Grayscale: #636363. Windows color (decimal): -6143379 or 7160482. OLE color: 7160482.

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

Color convert

RGB16266109-
CMYK00.590.330.36
HSL333.12º42.11%44.71%-
HSV(B)333.12º59.26%63.53%-
XYZ19.6112.6815.88-
YUV99.61133.3172.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=48.07%
G=19.58%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626610900.590.330.36333.1242.1144.71
HexA2426D03B212414d2a2d
Octal24210215507341445155255
Binary10100010100001011011010111011100001100100101001101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2426D; }

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

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

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

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

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

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

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

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