#A1406E

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

Shades of Rouge #A1406E

Tints of Rouge #A1406E

Color information

#A1406E (or 0xA1406E) is unknown color: approx Rouge. HEX triplet: A1, 40 and 6E. RGB value is (161,64,110). Sum of RGB (Red+Green+Blue) = 161+64+110=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1406E is #5EBF91. Grayscale: #626262. Windows color (decimal): -6209426 or 7225505. OLE color: 7225505.

HSL color Cylindrical-coordinate representation of color #A1406E: hue angle of 331.55º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1406E is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16164110-
CMYK00.600.320.37
HSL331.55º43.11%44.12%-
HSV(B)331.55º60.25%63.14%-
XYZ19.3512.3716.12-
YUV98.25134.64172.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=48.06%
G=19.10%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616411000.600.320.37331.5543.1144.12
HexA1406E03C202514c2b2c
Octal24110015607440455145354
Binary10100001100000011011100111100100000100101101001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1406E; }

 p { color: rgb(161,64,110); }

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

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

 a { background-color: rgb(161,64,110); }

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

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

 span { border-color: rgb(161,64,110); }

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