#A4355C

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

Shades of Rouge #A4355C

Tints of Rouge #A4355C

Color information

#A4355C (or 0xA4355C) is unknown color: approx Rouge. HEX triplet: A4, 35 and 5C. RGB value is (164,53,92). Sum of RGB (Red+Green+Blue) = 164+53+92=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4355C is #5BCAA3. Grayscale: #5A5A5A. Windows color (decimal): -6015652 or 6043044. OLE color: 6043044.

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

Color convert

RGB1645392-
CMYK00.680.440.36
HSL338.92º51.15%42.55%-
HSV(B)338.92º67.68%64.31%-
XYZ18.5111.2111.31-
YUV90.64128.77180.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=53.07%
G=17.15%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164539200.680.440.36338.9251.1542.55
HexA4355C0442C24153332b
Octal24465134010454445236353
Binary10100100110101101110001000100101100100100101010011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4355C; }

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

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

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

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

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

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

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

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