#A4356D

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

Shades of Rouge #A4356D

Tints of Rouge #A4356D

Color information

#A4356D (or 0xA4356D) is unknown color: approx Rouge. HEX triplet: A4, 35 and 6D. RGB value is (164,53,109). Sum of RGB (Red+Green+Blue) = 164+53+109=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4356D is #5BCA92. Grayscale: #5C5C5C. Windows color (decimal): -6015635 or 7157156. OLE color: 7157156.

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

Color convert

RGB16453109-
CMYK00.680.340.36
HSL329.73º51.15%42.55%-
HSV(B)329.73º67.68%64.31%-
XYZ19.3411.5415.68-
YUV92.57137.27178.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=50.31%
G=16.26%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645310900.680.340.36329.7351.1542.55
HexA4356D044222414a332b
Octal24465155010442445126353
Binary10100100110101110110101000100100010100100101001010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4356D; }

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

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

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

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

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

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

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

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