#A8395E

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

Shades of Rouge #A8395E

Tints of Rouge #A8395E

Color information

#A8395E (or 0xA8395E) is unknown color: approx Rouge. HEX triplet: A8, 39 and 5E. RGB value is (168,57,94). Sum of RGB (Red+Green+Blue) = 168+57+94=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8395E is #57C6A1. Grayscale: #5E5E5E. Windows color (decimal): -5752482 or 6175144. OLE color: 6175144.

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

Color convert

RGB1685794-
CMYK00.660.440.34
HSL340º49.33%44.12%-
HSV(B)340º66.07%65.88%-
XYZ19.6312.0611.88-
YUV94.41127.77180.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=52.66%
G=17.87%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168579400.660.440.3434049.3344.12
HexA8395E0422C22154312c
Octal25071136010254425246154
Binary10101000111001101111001000010101100100010101010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8395E; }

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

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

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

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

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

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

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

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