#A4346E

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

Shades of Rouge #A4346E

Tints of Rouge #A4346E

Color information

#A4346E (or 0xA4346E) is unknown color: approx Rouge. HEX triplet: A4, 34 and 6E. RGB value is (164,52,110). Sum of RGB (Red+Green+Blue) = 164+52+110=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4346E is #5BCB91. Grayscale: #5B5B5B. Windows color (decimal): -6015890 or 7222436. OLE color: 7222436.

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

Color convert

RGB16452110-
CMYK00.680.330.36
HSL328.93º51.85%42.35%-
HSV(B)328.93º68.29%64.31%-
XYZ19.3511.4715.95-
YUV92.1138.11179.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=50.31%
G=15.95%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645211000.680.330.36328.9351.8542.35
HexA4346E0442124149342a
Octal24464156010441445116452
Binary10100100110100110111001000100100001100100101001001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4346E; }

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

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

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

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

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

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

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

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