#A4496B

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

Shades of Rouge #A4496B

Tints of Rouge #A4496B

Color information

#A4496B (or 0xA4496B) is unknown color: approx Rouge. HEX triplet: A4, 49 and 6B. RGB value is (164,73,107). Sum of RGB (Red+Green+Blue) = 164+73+107=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4496B is #5BB694. Grayscale: #686868. Windows color (decimal): -6010517 or 7031204. OLE color: 7031204.

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

Color convert

RGB16473107-
CMYK00.550.350.36
HSL337.58º38.4%46.47%-
HSV(B)337.58º55.49%64.31%-
XYZ20.3513.7215.49-
YUV104.08129.65170.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=47.67%
G=21.22%
B=31.10%

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
Decimal1647310700.550.350.36337.5838.446.47
HexA4496B0372324152262e
Octal24411115306743445224656
Binary10100100100100111010110110111100011100100101010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4496B; }

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

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

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

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

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

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

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

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