#A1395D

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

Shades of Rouge #A1395D

Tints of Rouge #A1395D

Color information

#A1395D (or 0xA1395D) is unknown color: approx Rouge. HEX triplet: A1, 39 and 5D. RGB value is (161,57,93). Sum of RGB (Red+Green+Blue) = 161+57+93=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1395D is #5EC6A2. Grayscale: #5C5C5C. Windows color (decimal): -6211235 or 6109601. OLE color: 6109601.

HSL color Cylindrical-coordinate representation of color #A1395D: hue angle of 339.23º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1395D is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1615793-
CMYK00.650.420.37
HSL339.23º47.71%42.75%-
HSV(B)339.23º64.6%63.14%-
XYZ18.1411.2911.58-
YUV92.2128.46177.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 93 (36.72% from 255) = 29.90%
R=51.77%
G=18.33%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161579300.650.420.37339.2347.7142.75
HexA1395D0412A25153302b
Octal24171135010152455236053
Binary10100001111001101110101000001101010100101101010011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1395D; }

 p { color: rgb(161,57,93); }

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

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

 a { background-color: rgb(161,57,93); }

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

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

 span { border-color: rgb(161,57,93); }

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