#A0476A

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

Shades of Rouge #A0476A

Tints of Rouge #A0476A

Color information

#A0476A (or 0xA0476A) is unknown color: approx Rouge. HEX triplet: A0, 47 and 6A. RGB value is (160,71,106). Sum of RGB (Red+Green+Blue) = 160+71+106=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0476A is #5FB895. Grayscale: #656565. Windows color (decimal): -6273174 or 6965152. OLE color: 6965152.

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

Color convert

RGB16071106-
CMYK00.560.340.37
HSL336.4º38.53%45.29%-
HSV(B)336.4º55.62%62.75%-
XYZ19.3513.0215.13-
YUV101.6130.49169.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=47.48%
G=21.07%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607110600.560.340.37336.438.5345.29
HexA0476A0382225150272d
Octal24010715207042455204755
Binary10100000100011111010100111000100010100101101010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0476A; }

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

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

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

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

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

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

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

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