#A9416F

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

Shades of Rouge #A9416F

Tints of Rouge #A9416F

Color information

#A9416F (or 0xA9416F) is unknown color: approx Rouge. HEX triplet: A9, 41 and 6F. RGB value is (169,65,111). Sum of RGB (Red+Green+Blue) = 169+65+111=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9416F is #56BE90. Grayscale: #656565. Windows color (decimal): -5684881 or 7291305. OLE color: 7291305.

HSL color Cylindrical-coordinate representation of color #A9416F: hue angle of 333.46º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9416F is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB16965111-
CMYK00.620.340.34
HSL333.46º44.44%45.88%-
HSV(B)333.46º61.54%66.27%-
XYZ21.1213.3616.51-
YUV101.34133.46176.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=48.99%
G=18.84%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696511100.620.340.34333.4644.4445.88
HexA9416F03E222214d2c2e
Octal25110115707642425155456
Binary10101001100000111011110111110100010100010101001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9416F; }

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

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

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

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

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

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

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

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