#A4326F

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

Shades of Rouge #A4326F

Tints of Rouge #A4326F

Color information

#A4326F (or 0xA4326F) is unknown color: approx Rouge. HEX triplet: A4, 32 and 6F. RGB value is (164,50,111). Sum of RGB (Red+Green+Blue) = 164+50+111=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4326F is #5BCD90. Grayscale: #5A5A5A. Windows color (decimal): -6016401 or 7287460. OLE color: 7287460.

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

Color convert

RGB16450111-
CMYK00.700.320.36
HSL327.89º53.27%41.96%-
HSV(B)327.89º69.51%64.31%-
XYZ19.3211.3216.21-
YUV91.04139.27180.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=50.46%
G=15.38%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645011100.700.320.36327.8953.2741.96
HexA4326F0462024148352a
Octal24462157010640445106552
Binary10100100110010110111101000110100000100100101001000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4326F; }

 p { color: rgb(164,50,111); }

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

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

 a { background-color: rgb(164,50,111); }

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

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

 span { border-color: rgb(164,50,111); }

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