#A9366C

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

Shades of Rouge #A9366C

Tints of Rouge #A9366C

Color information

#A9366C (or 0xA9366C) is unknown color: approx Rouge. HEX triplet: A9, 36 and 6C. RGB value is (169,54,108). Sum of RGB (Red+Green+Blue) = 169+54+108=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9366C is #56C993. Grayscale: #5E5E5E. Windows color (decimal): -5687700 or 7091881. OLE color: 7091881.

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

Color convert

RGB16954108-
CMYK00.680.360.34
HSL331.83º51.57%43.73%-
HSV(B)331.83º68.05%66.27%-
XYZ20.3912.1615.46-
YUV94.54135.6181.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=51.06%
G=16.31%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695410800.680.360.34331.8351.5743.73
HexA9366C044242214c342c
Octal25166154010444425146454
Binary10101001110110110110001000100100100100010101001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9366C; }

 p { color: rgb(169,54,108); }

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

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

 a { background-color: rgb(169,54,108); }

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

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

 span { border-color: rgb(169,54,108); }

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