#A0466E

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

Shades of Rouge #A0466E

Tints of Rouge #A0466E

Color information

#A0466E (or 0xA0466E) is unknown color: approx Rouge. HEX triplet: A0, 46 and 6E. RGB value is (160,70,110). Sum of RGB (Red+Green+Blue) = 160+70+110=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0466E is #5FB991. Grayscale: #656565. Windows color (decimal): -6273426 or 7227040. OLE color: 7227040.

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

Color convert

RGB16070110-
CMYK00.560.310.37
HSL333.33º39.13%45.1%-
HSV(B)333.33º56.25%62.75%-
XYZ19.512.9816.23-
YUV101.47132.82169.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=47.06%
G=20.59%
B=32.35%

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
Decimal1607011000.560.310.37333.3339.1345.1
HexA0466E0381F2514d272d
Octal24010615607037455154755
Binary1010000010001101101110011100011111100101101001101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0466E; }

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

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

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

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

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

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

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

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