#A03F61

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

Shades of Rouge #A03F61

Tints of Rouge #A03F61

Color information

#A03F61 (or 0xA03F61) is unknown color: approx Rouge. HEX triplet: A0, 3F and 61. RGB value is (160,63,97). Sum of RGB (Red+Green+Blue) = 160+63+97=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F61 is #5FC09E. Grayscale: #5F5F5F. Windows color (decimal): -6275231 or 6373280. OLE color: 6373280.

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

Color convert

RGB1606397-
CMYK00.610.390.37
HSL338.97º43.5%43.73%-
HSV(B)338.97º60.62%62.75%-
XYZ18.4311.8912.63-
YUV95.88128.64173.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=50%
G=19.69%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160639700.610.390.37338.9743.543.73
HexA03F6103D27251532b2c
Octal2407714107547455235354
Binary1010000011111111000010111101100111100101101010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F61; }

 p { color: rgb(160,63,97); }

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

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

 a { background-color: rgb(160,63,97); }

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

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

 span { border-color: rgb(160,63,97); }

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