#A0366A

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

Shades of Rouge #A0366A

Tints of Rouge #A0366A

Color information

#A0366A (or 0xA0366A) is unknown color: approx Rouge. HEX triplet: A0, 36 and 6A. RGB value is (160,54,106). Sum of RGB (Red+Green+Blue) = 160+54+106=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0366A is #5FC995. Grayscale: #5B5B5B. Windows color (decimal): -6277526 or 6960800. OLE color: 6960800.

HSL color Cylindrical-coordinate representation of color #A0366A: hue angle of 330.57º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0366A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16054106-
CMYK00.660.340.37
HSL330.57º49.53%41.96%-
HSV(B)330.57º66.25%62.75%-
XYZ18.4211.1514.82-
YUV91.62136.12176.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=50%
G=16.88%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605410600.660.340.37330.5749.5341.96
HexA0366A042222514b322a
Octal24066152010242455136252
Binary10100000110110110101001000010100010100101101001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0366A; }

 p { color: rgb(160,54,106); }

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

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

 a { background-color: rgb(160,54,106); }

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

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

 span { border-color: rgb(160,54,106); }

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