#A0456F

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

Shades of Rouge #A0456F

Tints of Rouge #A0456F

Color information

#A0456F (or 0xA0456F) is unknown color: approx Rouge. HEX triplet: A0, 45 and 6F. RGB value is (160,69,111). Sum of RGB (Red+Green+Blue) = 160+69+111=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0456F is #5FBA90. Grayscale: #646464. Windows color (decimal): -6273681 or 7292320. OLE color: 7292320.

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

Color convert

RGB16069111-
CMYK00.570.310.37
HSL332.31º39.74%44.9%-
HSV(B)332.31º56.88%62.75%-
XYZ19.4912.8816.5-
YUV101133.65170.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=47.06%
G=20.29%
B=32.65%

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
Decimal1606911100.570.310.37332.3139.7444.9
HexA0456F0391F2514c282d
Octal24010515707137455145055
Binary1010000010001011101111011100111111100101101001100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0456F; }

 p { color: rgb(160,69,111); }

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

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

 a { background-color: rgb(160,69,111); }

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

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

 span { border-color: rgb(160,69,111); }

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