#A03363

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

Shades of Rouge #A03363

Tints of Rouge #A03363

Color information

#A03363 (or 0xA03363) is unknown color: approx Rouge. HEX triplet: A0, 33 and 63. RGB value is (160,51,99). Sum of RGB (Red+Green+Blue) = 160+51+99=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A03363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03363 is #5FCC9C. Grayscale: #585858. Windows color (decimal): -6278301 or 6501280. OLE color: 6501280.

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

Color convert

RGB1605199-
CMYK00.680.380.37
HSL333.58º51.66%41.37%-
HSV(B)333.58º68.12%62.75%-
XYZ17.9310.7412.93-
YUV89.06133.61178.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=51.61%
G=16.45%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160519900.680.380.37333.5851.6641.37
HexA03363044262514e3429
Octal24063143010446455166451
Binary10100000110011110001101000100100110100101101001110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03363; }

 p { color: rgb(160,51,99); }

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

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

 a { background-color: rgb(160,51,99); }

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

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

 span { border-color: rgb(160,51,99); }

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