#A8395B

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

Shades of Rouge #A8395B

Tints of Rouge #A8395B

Color information

#A8395B (or 0xA8395B) is unknown color: approx Rouge. HEX triplet: A8, 39 and 5B. RGB value is (168,57,91). Sum of RGB (Red+Green+Blue) = 168+57+91=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8395B is #57C6A4. Grayscale: #5E5E5E. Windows color (decimal): -5752485 or 5978536. OLE color: 5978536.

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

Color convert

RGB1685791-
CMYK00.660.460.34
HSL341.62º49.33%44.12%-
HSV(B)341.62º66.07%65.88%-
XYZ19.512.0111.19-
YUV94.06126.27180.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=53.16%
G=18.04%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168579100.660.460.34341.6249.3344.12
HexA8395B0422E22156312c
Octal25071133010256425266154
Binary10101000111001101101101000010101110100010101010110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8395B; }

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

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

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

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

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

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

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

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