#A2426F

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

Shades of Rouge #A2426F

Tints of Rouge #A2426F

Color information

#A2426F (or 0xA2426F) is unknown color: approx Rouge. HEX triplet: A2, 42 and 6F. RGB value is (162,66,111). Sum of RGB (Red+Green+Blue) = 162+66+111=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2426F is #5DBD90. Grayscale: #636363. Windows color (decimal): -6143377 or 7291554. OLE color: 7291554.

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

Color convert

RGB16266111-
CMYK00.590.310.36
HSL331.88º42.11%44.71%-
HSV(B)331.88º59.26%63.53%-
XYZ19.7212.7316.46-
YUV99.83134.3172.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=47.79%
G=19.47%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626611100.590.310.36331.8842.1144.71
HexA2426F03B1F2414c2a2d
Octal24210215707337445145255
Binary1010001010000101101111011101111111100100101001100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2426F; }

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

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

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

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

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

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

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

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