#A8366C

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

Shades of Rouge #A8366C

Tints of Rouge #A8366C

Color information

#A8366C (or 0xA8366C) is unknown color: approx Rouge. HEX triplet: A8, 36 and 6C. RGB value is (168,54,108). Sum of RGB (Red+Green+Blue) = 168+54+108=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8366C is #57C993. Grayscale: #5E5E5E. Windows color (decimal): -5753236 or 7091880. OLE color: 7091880.

HSL color Cylindrical-coordinate representation of color #A8366C: hue angle of 331.58º degrees, saturation: 0.51, 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 #A8366C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16854108-
CMYK00.680.360.34
HSL331.58º51.35%43.53%-
HSV(B)331.58º67.86%65.88%-
XYZ20.1712.0515.45-
YUV94.24135.77180.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=50.91%
G=16.36%
B=32.73%

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
Decimal1685410800.680.360.34331.5851.3543.53
HexA8366C044242214c332c
Octal25066154010444425146354
Binary10101000110110110110001000100100100100010101001100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8366C; }

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

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

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

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

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

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

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

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