#A0476B

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

Shades of Rouge #A0476B

Tints of Rouge #A0476B

Color information

#A0476B (or 0xA0476B) is unknown color: approx Rouge. HEX triplet: A0, 47 and 6B. RGB value is (160,71,107). Sum of RGB (Red+Green+Blue) = 160+71+107=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0476B is #5FB894. Grayscale: #656565. Windows color (decimal): -6273173 or 7030688. OLE color: 7030688.

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

Color convert

RGB16071107-
CMYK00.560.330.37
HSL335.73º38.53%45.29%-
HSV(B)335.73º55.62%62.75%-
XYZ19.413.0415.4-
YUV101.72130.99169.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=47.34%
G=21.01%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607110700.560.330.37335.7338.5345.29
HexA0476B0382125150272d
Octal24010715307041455204755
Binary10100000100011111010110111000100001100101101010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0476B; }

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

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

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

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

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

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

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

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