#A83973

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

Shades of Rouge #A83973

Tints of Rouge #A83973

Color information

#A83973 (or 0xA83973) is unknown color: approx Rouge. HEX triplet: A8, 39 and 73. RGB value is (168,57,115). Sum of RGB (Red+Green+Blue) = 168+57+115=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A83973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83973 is #57C68C. Grayscale: #606060. Windows color (decimal): -5752461 or 7551400. OLE color: 7551400.

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

Color convert

RGB16857115-
CMYK00.660.320.34
HSL328.65º49.33%44.12%-
HSV(B)328.65º66.07%65.88%-
XYZ20.7112.4917.54-
YUV96.8138.27178.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.41%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=49.41%
G=16.76%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685711500.660.320.34328.6549.3344.12
HexA839730422022149312c
Octal25071163010240425116154
Binary10101000111001111001101000010100000100010101001001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83973; }

 p { color: rgb(168,57,115); }

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

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

 a { background-color: rgb(168,57,115); }

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

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

 span { border-color: rgb(168,57,115); }

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