#A4346F

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

Shades of Rouge #A4346F

Tints of Rouge #A4346F

Color information

#A4346F (or 0xA4346F) is unknown color: approx Rouge. HEX triplet: A4, 34 and 6F. RGB value is (164,52,111). Sum of RGB (Red+Green+Blue) = 164+52+111=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4346F is #5BCB90. Grayscale: #5C5C5C. Windows color (decimal): -6015889 or 7287972. OLE color: 7287972.

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

Color convert

RGB16452111-
CMYK00.680.320.36
HSL328.39º51.85%42.35%-
HSV(B)328.39º68.29%64.31%-
XYZ19.4111.516.24-
YUV92.21138.61179.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=50.15%
G=15.90%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645211100.680.320.36328.3951.8542.35
HexA4346F0442024148342a
Octal24464157010440445106452
Binary10100100110100110111101000100100000100100101001000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4346F; }

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

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

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

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

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

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

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

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