#A84071

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

Shades of Rouge #A84071

Tints of Rouge #A84071

Color information

#A84071 (or 0xA84071) is unknown color: approx Rouge. HEX triplet: A8, 40 and 71. RGB value is (168,64,113). Sum of RGB (Red+Green+Blue) = 168+64+113=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A84071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84071 is #57BF8E. Grayscale: #646464. Windows color (decimal): -5750671 or 7422120. OLE color: 7422120.

HSL color Cylindrical-coordinate representation of color #A84071: hue angle of 331.73º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84071 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16864113-
CMYK00.620.330.34
HSL331.73º44.83%45.49%-
HSV(B)331.73º61.9%65.88%-
XYZ20.9613.1817.06-
YUV100.68134.96176.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=48.70%
G=18.55%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686411300.620.330.34331.7344.8345.49
HexA8407103E212214c2d2d
Octal25010016107641425145555
Binary10101000100000011100010111110100001100010101001100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84071; }

 p { color: rgb(168,64,113); }

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

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

 a { background-color: rgb(168,64,113); }

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

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

 span { border-color: rgb(168,64,113); }

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