#A5395E

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

Shades of Rouge #A5395E

Tints of Rouge #A5395E

Color information

#A5395E (or 0xA5395E) is unknown color: approx Rouge. HEX triplet: A5, 39 and 5E. RGB value is (165,57,94). Sum of RGB (Red+Green+Blue) = 165+57+94=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A5395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5395E is #5AC6A1. Grayscale: #5D5D5D. Windows color (decimal): -5949090 or 6175141. OLE color: 6175141.

HSL color Cylindrical-coordinate representation of color #A5395E: hue angle of 339.44º 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 #A5395E is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1655794-
CMYK00.650.430.35
HSL339.44º48.65%43.53%-
HSV(B)339.44º65.45%64.71%-
XYZ1911.7311.85-
YUV93.51128.28178.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=52.22%
G=18.04%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165579400.650.430.35339.4448.6543.53
HexA5395E0412B23153312c
Octal24571136010153435236154
Binary10100101111001101111001000001101011100011101010011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5395E; }

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

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

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

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

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

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

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

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