#A03964

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

Shades of Rouge #A03964

Tints of Rouge #A03964

Color information

#A03964 (or 0xA03964) is unknown color: approx Rouge. HEX triplet: A0, 39 and 64. RGB value is (160,57,100). Sum of RGB (Red+Green+Blue) = 160+57+100=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A03964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03964 is #5FC69B. Grayscale: #5C5C5C. Windows color (decimal): -6276764 or 6568352. OLE color: 6568352.

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

Color convert

RGB16057100-
CMYK00.640.380.37
HSL334.95º47.47%42.55%-
HSV(B)334.95º64.38%62.75%-
XYZ18.2611.3213.28-
YUV92.7132.12176-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=50.47%
G=17.98%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605710000.640.380.37334.9547.4742.55
HexA03964040262514f2f2b
Octal24071144010046455175753
Binary10100000111001110010001000000100110100101101001111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03964; }

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

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

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

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

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

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

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

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