#A0446E

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

Shades of Rouge #A0446E

Tints of Rouge #A0446E

Color information

#A0446E (or 0xA0446E) is unknown color: approx Rouge. HEX triplet: A0, 44 and 6E. RGB value is (160,68,110). Sum of RGB (Red+Green+Blue) = 160+68+110=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0446E is #5FBB91. Grayscale: #646464. Windows color (decimal): -6273938 or 7226528. OLE color: 7226528.

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

Color convert

RGB16068110-
CMYK00.570.310.37
HSL332.61º40.35%44.71%-
HSV(B)332.61º57.5%62.75%-
XYZ19.3812.7316.19-
YUV100.3133.48170.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=47.34%
G=20.12%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606811000.570.310.37332.6140.3544.71
HexA0446E0391F2514d282d
Octal24010415607137455155055
Binary1010000010001001101110011100111111100101101001101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0446E; }

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

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

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

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

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

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

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

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