#A1416F

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

Shades of Rouge #A1416F

Tints of Rouge #A1416F

Color information

#A1416F (or 0xA1416F) is unknown color: approx Rouge. HEX triplet: A1, 41 and 6F. RGB value is (161,65,111). Sum of RGB (Red+Green+Blue) = 161+65+111=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1416F is #5EBE90. Grayscale: #626262. Windows color (decimal): -6209169 or 7291297. OLE color: 7291297.

HSL color Cylindrical-coordinate representation of color #A1416F: hue angle of 331.25º degrees, saturation: 0.42, 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 #A1416F is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16165111-
CMYK00.600.310.37
HSL331.25º42.48%44.31%-
HSV(B)331.25º59.63%63.14%-
XYZ19.4612.5116.43-
YUV98.95134.8172.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=47.77%
G=19.29%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616511100.600.310.37331.2542.4844.31
HexA1416F03C1F2514b2a2c
Octal24110115707437455135254
Binary1010000110000011101111011110011111100101101001011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1416F; }

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

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

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

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

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

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

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

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