#A04060

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

Shades of Rouge #A04060

Tints of Rouge #A04060

Color information

#A04060 (or 0xA04060) is unknown color: approx Rouge. HEX triplet: A0, 40 and 60. RGB value is (160,64,96). Sum of RGB (Red+Green+Blue) = 160+64+96=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A04060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04060 is #5FBF9F. Grayscale: #606060. Windows color (decimal): -6274976 or 6308000. OLE color: 6308000.

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

Color convert

RGB1606496-
CMYK00.60.40.37
HSL340º42.86%43.92%-
HSV(B)340º60%62.75%-
XYZ18.4411.9812.41-
YUV96.35127.8173.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 30%
R=50%
G=20%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160649600.60.40.3734042.8643.92
HexA0406003C28251542b2c
Octal24010014007450455245354
Binary10100000100000011000000111100101000100101101010100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04060; }

 p { color: rgb(160,64,96); }

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

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

 a { background-color: rgb(160,64,96); }

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

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

 span { border-color: rgb(160,64,96); }

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