#A03164

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

Shades of Rouge #A03164

Tints of Rouge #A03164

Color information

#A03164 (or 0xA03164) is unknown color: approx Rouge. HEX triplet: A0, 31 and 64. RGB value is (160,49,100). Sum of RGB (Red+Green+Blue) = 160+49+100=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A03164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03164 is #5FCE9B. Grayscale: #575757. Windows color (decimal): -6278812 or 6566304. OLE color: 6566304.

HSL color Cylindrical-coordinate representation of color #A03164: hue angle of 332.43º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03164 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB16049100-
CMYK00.690.380.37
HSL332.43º53.11%40.98%-
HSV(B)332.43º69.38%62.75%-
XYZ17.910.5913.16-
YUV88134.77179.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=51.78%
G=15.86%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604910000.690.380.37332.4353.1140.98
HexA03164045262514c3529
Octal24061144010546455146551
Binary10100000110001110010001000101100110100101101001100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03164; }

 p { color: rgb(160,49,100); }

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

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

 a { background-color: rgb(160,49,100); }

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

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

 span { border-color: rgb(160,49,100); }

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