#A4355E

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

Shades of Rouge #A4355E

Tints of Rouge #A4355E

Color information

#A4355E (or 0xA4355E) is unknown color: approx Rouge. HEX triplet: A4, 35 and 5E. RGB value is (164,53,94). Sum of RGB (Red+Green+Blue) = 164+53+94=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4355E is #5BCAA1. Grayscale: #5A5A5A. Windows color (decimal): -6015650 or 6174116. OLE color: 6174116.

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

Color convert

RGB1645394-
CMYK00.680.430.36
HSL337.84º51.15%42.55%-
HSV(B)337.84º67.68%64.31%-
XYZ18.611.2511.78-
YUV90.86129.77180.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.73%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=52.73%
G=17.04%
B=30.23%

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
Decimal164539400.680.430.36337.8451.1542.55
HexA4355E0442B24152332b
Octal24465136010453445226353
Binary10100100110101101111001000100101011100100101010010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4355E; }

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

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

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

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

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

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

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

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