#A5496A

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

Shades of Rouge #A5496A

Tints of Rouge #A5496A

Color information

#A5496A (or 0xA5496A) is unknown color: approx Rouge. HEX triplet: A5, 49 and 6A. RGB value is (165,73,106). Sum of RGB (Red+Green+Blue) = 165+73+106=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5496A is #5AB695. Grayscale: #686868. Windows color (decimal): -5944982 or 6965669. OLE color: 6965669.

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

Color convert

RGB16573106-
CMYK00.560.360.35
HSL338.48º38.66%46.67%-
HSV(B)338.48º55.76%64.71%-
XYZ20.513.8115.22-
YUV104.27128.98171.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=47.97%
G=21.22%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657310600.560.360.35338.4838.6646.67
HexA5496A0382423152272f
Octal24511115207044435224757
Binary10100101100100111010100111000100100100011101010010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5496A; }

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

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

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

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

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

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

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

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