#A8396C

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

Shades of Rouge #A8396C

Tints of Rouge #A8396C

Color information

#A8396C (or 0xA8396C) is unknown color: approx Rouge. HEX triplet: A8, 39 and 6C. RGB value is (168,57,108). Sum of RGB (Red+Green+Blue) = 168+57+108=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8396C is #57C693. Grayscale: #5F5F5F. Windows color (decimal): -5752468 or 7092648. OLE color: 7092648.

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

Color convert

RGB16857108-
CMYK00.660.360.34
HSL332.43º49.33%44.12%-
HSV(B)332.43º66.07%65.88%-
XYZ20.3212.3315.5-
YUV96134.77179.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=50.45%
G=17.12%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685710800.660.360.34332.4349.3344.12
HexA8396C042242214c312c
Octal25071154010244425146154
Binary10101000111001110110001000010100100100010101001100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8396C; }

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

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

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

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

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

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

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

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