#A5396B

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

Shades of Rouge #A5396B

Tints of Rouge #A5396B

Color information

#A5396B (or 0xA5396B) is unknown color: approx Rouge. HEX triplet: A5, 39 and 6B. RGB value is (165,57,107). Sum of RGB (Red+Green+Blue) = 165+57+107=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5396B is #5AC694. Grayscale: #5E5E5E. Windows color (decimal): -5949077 or 7027109. OLE color: 7027109.

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

Color convert

RGB16557107-
CMYK00.650.350.35
HSL332.22º48.65%43.53%-
HSV(B)332.22º65.45%64.71%-
XYZ19.6311.9915.19-
YUV94.99134.78177.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=50.15%
G=17.33%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655710700.650.350.35332.2248.6543.53
HexA5396B041232314c312c
Octal24571153010143435146154
Binary10100101111001110101101000001100011100011101001100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5396B; }

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

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

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

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

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

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

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

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