#A5395D

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

Shades of Rouge #A5395D

Tints of Rouge #A5395D

Color information

#A5395D (or 0xA5395D) is unknown color: approx Rouge. HEX triplet: A5, 39 and 5D. RGB value is (165,57,93). Sum of RGB (Red+Green+Blue) = 165+57+93=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5395D is #5AC6A2. Grayscale: #5D5D5D. Windows color (decimal): -5949091 or 6109605. OLE color: 6109605.

HSL color Cylindrical-coordinate representation of color #A5395D: hue angle of 340º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5395D is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1655793-
CMYK00.650.440.35
HSL340º48.65%43.53%-
HSV(B)340º65.45%64.71%-
XYZ18.9611.7211.62-
YUV93.4127.78179.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=52.38%
G=18.10%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165579300.650.440.3534048.6543.53
HexA5395D0412C23154312c
Octal24571135010154435246154
Binary10100101111001101110101000001101100100011101010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5395D; }

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

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

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

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

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

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

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

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