#A4326A

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

Shades of Rouge #A4326A

Tints of Rouge #A4326A

Color information

#A4326A (or 0xA4326A) is unknown color: approx Rouge. HEX triplet: A4, 32 and 6A. RGB value is (164,50,106). Sum of RGB (Red+Green+Blue) = 164+50+106=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4326A is #5BCD95. Grayscale: #5A5A5A. Windows color (decimal): -6016406 or 6959780. OLE color: 6959780.

HSL color Cylindrical-coordinate representation of color #A4326A: hue angle of 330.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4326A is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16450106-
CMYK00.700.350.36
HSL330.53º53.27%41.96%-
HSV(B)330.53º69.51%64.31%-
XYZ19.0511.2114.8-
YUV90.47136.77180.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.25%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=51.25%
G=15.62%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645010600.700.350.36330.5353.2741.96
HexA4326A046232414b352a
Octal24462152010643445136552
Binary10100100110010110101001000110100011100100101001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4326A; }

 p { color: rgb(164,50,106); }

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

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

 a { background-color: rgb(164,50,106); }

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

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

 span { border-color: rgb(164,50,106); }

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