#A8396A

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

Shades of Rouge #A8396A

Tints of Rouge #A8396A

Color information

#A8396A (or 0xA8396A) is unknown color: approx Rouge. HEX triplet: A8, 39 and 6A. RGB value is (168,57,106). Sum of RGB (Red+Green+Blue) = 168+57+106=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8396A is #57C695. Grayscale: #5F5F5F. Windows color (decimal): -5752470 or 6961576. OLE color: 6961576.

HSL color Cylindrical-coordinate representation of color #A8396A: hue angle of 333.51º 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 #A8396A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16857106-
CMYK00.660.370.34
HSL333.51º49.33%44.12%-
HSV(B)333.51º66.07%65.88%-
XYZ20.2112.2914.94-
YUV95.78133.77179.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=50.76%
G=17.22%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685710600.660.370.34333.5149.3344.12
HexA8396A042252214e312c
Octal25071152010245425166154
Binary10101000111001110101001000010100101100010101001110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8396A; }

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

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

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

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

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

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

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

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