#A0476E

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

Shades of Rouge #A0476E

Tints of Rouge #A0476E

Color information

#A0476E (or 0xA0476E) is unknown color: approx Rouge. HEX triplet: A0, 47 and 6E. RGB value is (160,71,110). Sum of RGB (Red+Green+Blue) = 160+71+110=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0476E is #5FB891. Grayscale: #656565. Windows color (decimal): -6273170 or 7227296. OLE color: 7227296.

HSL color Cylindrical-coordinate representation of color #A0476E: hue angle of 333.71º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0476E is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16071110-
CMYK00.560.310.37
HSL333.71º38.53%45.29%-
HSV(B)333.71º55.62%62.75%-
XYZ19.5613.1116.25-
YUV102.06132.49169.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=46.92%
G=20.82%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607111000.560.310.37333.7138.5345.29
HexA0476E0381F2514e272d
Octal24010715607037455164755
Binary1010000010001111101110011100011111100101101001110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0476E; }

 p { color: rgb(160,71,110); }

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

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

 a { background-color: rgb(160,71,110); }

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

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

 span { border-color: rgb(160,71,110); }

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