#A4345E

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

Shades of Rouge #A4345E

Tints of Rouge #A4345E

Color information

#A4345E (or 0xA4345E) is unknown color: approx Rouge. HEX triplet: A4, 34 and 5E. RGB value is (164,52,94). Sum of RGB (Red+Green+Blue) = 164+52+94=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4345E is #5BCBA1. Grayscale: #5A5A5A. Windows color (decimal): -6015906 or 6173860. OLE color: 6173860.

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

Color convert

RGB1645294-
CMYK00.680.430.36
HSL337.5º51.85%42.35%-
HSV(B)337.5º68.29%64.31%-
XYZ18.5611.1611.76-
YUV90.28130.11180.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=52.90%
G=16.77%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164529400.680.430.36337.551.8542.35
HexA4345E0442B24152342a
Octal24464136010453445226452
Binary10100100110100101111001000100101011100100101010010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4345E; }

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

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

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

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

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

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

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

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