#A1446F

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

Shades of Rouge #A1446F

Tints of Rouge #A1446F

Color information

#A1446F (or 0xA1446F) is unknown color: approx Rouge. HEX triplet: A1, 44 and 6F. RGB value is (161,68,111). Sum of RGB (Red+Green+Blue) = 161+68+111=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1446F is #5EBB90. Grayscale: #646464. Windows color (decimal): -6208401 or 7292065. OLE color: 7292065.

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

Color convert

RGB16168111-
CMYK00.580.310.37
HSL332.26º40.61%44.9%-
HSV(B)332.26º57.76%63.14%-
XYZ19.6312.8616.49-
YUV100.71133.81171-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=47.35%
G=20%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616811100.580.310.37332.2640.6144.9
HexA1446F03A1F2514c292d
Octal24110415707237455145155
Binary1010000110001001101111011101011111100101101001100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1446F; }

 p { color: rgb(161,68,111); }

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

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

 a { background-color: rgb(161,68,111); }

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

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

 span { border-color: rgb(161,68,111); }

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