#A0446A

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

Shades of Rouge #A0446A

Tints of Rouge #A0446A

Color information

#A0446A (or 0xA0446A) is unknown color: approx Rouge. HEX triplet: A0, 44 and 6A. RGB value is (160,68,106). Sum of RGB (Red+Green+Blue) = 160+68+106=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0446A is #5FBB95. Grayscale: #636363. Windows color (decimal): -6273942 or 6964384. OLE color: 6964384.

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

Color convert

RGB16068106-
CMYK00.570.340.37
HSL335.22º40.35%44.71%-
HSV(B)335.22º57.5%62.75%-
XYZ19.1712.6515.07-
YUV99.84131.48170.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=47.90%
G=20.36%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606810600.570.340.37335.2240.3544.71
HexA0446A039222514f282d
Octal24010415207142455175055
Binary10100000100010011010100111001100010100101101001111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0446A; }

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

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

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

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

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

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

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

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