#A5325B

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

Shades of Rouge #A5325B

Tints of Rouge #A5325B

Color information

#A5325B (or 0xA5325B) is unknown color: approx Rouge. HEX triplet: A5, 32 and 5B. RGB value is (165,50,91). Sum of RGB (Red+Green+Blue) = 165+50+91=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5325B is #5ACDA4. Grayscale: #595959. Windows color (decimal): -5950885 or 5976741. OLE color: 5976741.

HSL color Cylindrical-coordinate representation of color #A5325B: hue angle of 338.61º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5325B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1655091-
CMYK00.700.450.35
HSL338.61º53.49%42.16%-
HSV(B)338.61º69.7%64.71%-
XYZ18.5511.0411.05-
YUV89.06129.1182.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=53.92%
G=16.34%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165509100.700.450.35338.6153.4942.16
HexA5325B0462D23153352a
Octal24562133010655435236552
Binary10100101110010101101101000110101101100011101010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5325B; }

 p { color: rgb(165,50,91); }

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

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

 a { background-color: rgb(165,50,91); }

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

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

 span { border-color: rgb(165,50,91); }

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