#A9395E

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

Shades of Rouge #A9395E

Tints of Rouge #A9395E

Color information

#A9395E (or 0xA9395E) is unknown color: approx Rouge. HEX triplet: A9, 39 and 5E. RGB value is (169,57,94). Sum of RGB (Red+Green+Blue) = 169+57+94=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A9395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9395E is #56C6A1. Grayscale: #5E5E5E. Windows color (decimal): -5686946 or 6175145. OLE color: 6175145.

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

Color convert

RGB1695794-
CMYK00.660.440.34
HSL340.18º49.56%44.31%-
HSV(B)340.18º66.27%66.27%-
XYZ19.8512.1711.89-
YUV94.71127.61180.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=52.81%
G=17.81%
B=29.38%

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
Decimal169579400.660.440.34340.1849.5644.31
HexA9395E0422C22154322c
Octal25171136010254425246254
Binary10101001111001101111001000010101100100010101010100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9395E; }

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

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

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

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

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

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

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

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