#A1426A

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

Shades of Rouge #A1426A

Tints of Rouge #A1426A

Color information

#A1426A (or 0xA1426A) is unknown color: approx Rouge. HEX triplet: A1, 42 and 6A. RGB value is (161,66,106). Sum of RGB (Red+Green+Blue) = 161+66+106=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1426A is #5EBD95. Grayscale: #626262. Windows color (decimal): -6208918 or 6963873. OLE color: 6963873.

HSL color Cylindrical-coordinate representation of color #A1426A: hue angle of 334.74º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1426A is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16166106-
CMYK00.590.340.37
HSL334.74º41.85%44.51%-
HSV(B)334.74º59.01%63.14%-
XYZ19.2512.5115.04-
YUV98.96131.97172.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=48.35%
G=19.82%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616610600.590.340.37334.7441.8544.51
HexA1426A03B222514f2a2d
Octal24110215207342455175255
Binary10100001100001011010100111011100010100101101001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1426A; }

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

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

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

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

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

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

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

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