#A5496B

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

Shades of Rouge #A5496B

Tints of Rouge #A5496B

Color information

#A5496B (or 0xA5496B) is unknown color: approx Rouge. HEX triplet: A5, 49 and 6B. RGB value is (165,73,107). Sum of RGB (Red+Green+Blue) = 165+73+107=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5496B is #5AB694. Grayscale: #686868. Windows color (decimal): -5944981 or 7031205. OLE color: 7031205.

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

Color convert

RGB16573107-
CMYK00.560.350.35
HSL337.83º38.66%46.67%-
HSV(B)337.83º55.76%64.71%-
XYZ20.5513.8315.5-
YUV104.38129.48171.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=47.83%
G=21.16%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657310700.560.350.35337.8338.6646.67
HexA5496B0382323152272f
Octal24511115307043435224757
Binary10100101100100111010110111000100011100011101010010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5496B; }

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

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

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

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

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

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

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

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