#A4496A

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

Shades of Rouge #A4496A

Tints of Rouge #A4496A

Color information

#A4496A (or 0xA4496A) is unknown color: approx Rouge. HEX triplet: A4, 49 and 6A. RGB value is (164,73,106). Sum of RGB (Red+Green+Blue) = 164+73+106=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4496A is #5BB695. Grayscale: #676767. Windows color (decimal): -6010518 or 6965668. OLE color: 6965668.

HSL color Cylindrical-coordinate representation of color #A4496A: hue angle of 338.24º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4496A is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16473106-
CMYK00.550.350.36
HSL338.24º38.4%46.47%-
HSV(B)338.24º55.49%64.31%-
XYZ20.2913.715.21-
YUV103.97129.15170.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=47.81%
G=21.28%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647310600.550.350.36338.2438.446.47
HexA4496A0372324152262e
Octal24411115206743445224656
Binary10100100100100111010100110111100011100100101010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4496A; }

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

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

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

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

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

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

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

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