#A04B70

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

Shades of Rouge #A04B70

Tints of Rouge #A04B70

Color information

#A04B70 (or 0xA04B70) is unknown color: approx Rouge. HEX triplet: A0, 4B and 70. RGB value is (160,75,112). Sum of RGB (Red+Green+Blue) = 160+75+112=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B70 is #5FB48F. Grayscale: #686868. Windows color (decimal): -6272144 or 7359392. OLE color: 7359392.

HSL color Cylindrical-coordinate representation of color #A04B70: hue angle of 333.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04B70 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16075112-
CMYK00.530.300.37
HSL333.88º36.17%46.08%-
HSV(B)333.88º53.12%62.75%-
XYZ19.9413.6816.92-
YUV104.63132.16167.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=46.11%
G=21.61%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607511200.530.300.37333.8836.1746.08
HexA04B700351E2514e242e
Octal24011316006536455164456
Binary1010000010010111110000011010111110100101101001110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B70; }

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

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

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

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

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

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

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

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