#A5396F

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

Shades of Rouge #A5396F

Tints of Rouge #A5396F

Color information

#A5396F (or 0xA5396F) is unknown color: approx Rouge. HEX triplet: A5, 39 and 6F. RGB value is (165,57,111). Sum of RGB (Red+Green+Blue) = 165+57+111=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A5396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5396F is #5AC690. Grayscale: #5F5F5F. Windows color (decimal): -5949073 or 7289253. OLE color: 7289253.

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

Color convert

RGB16557111-
CMYK00.650.330.35
HSL330º48.65%43.53%-
HSV(B)330º65.45%64.71%-
XYZ19.8512.0716.32-
YUV95.45136.78177.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=49.55%
G=17.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655711100.650.330.3533048.6543.53
HexA5396F041212314a312c
Octal24571157010141435126154
Binary10100101111001110111101000001100001100011101001010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5396F; }

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

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

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

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

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

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

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

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