#A04070

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

Shades of Rouge #A04070

Tints of Rouge #A04070

Color information

#A04070 (or 0xA04070) is unknown color: approx Rouge. HEX triplet: A0, 40 and 70. RGB value is (160,64,112). Sum of RGB (Red+Green+Blue) = 160+64+112=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A04070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04070 is #5FBF8F. Grayscale: #626262. Windows color (decimal): -6274960 or 7356576. OLE color: 7356576.

HSL color Cylindrical-coordinate representation of color #A04070: hue angle of 330º 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 #A04070 is Cyan = 0, Magento = 0.6, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16064112-
CMYK00.60.300.37
HSL330º42.86%43.92%-
HSV(B)330º60%62.75%-
XYZ19.2612.3116.69-
YUV98.18135.8172.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=47.62%
G=19.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606411200.60.300.3733042.8643.92
HexA0407003C1E2514a2b2c
Octal24010016007436455125354
Binary1010000010000001110000011110011110100101101001010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04070; }

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

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

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

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

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

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

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

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