#A83963

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

Shades of Rouge #A83963

Tints of Rouge #A83963

Color information

#A83963 (or 0xA83963) is unknown color: approx Rouge. HEX triplet: A8, 39 and 63. RGB value is (168,57,99). Sum of RGB (Red+Green+Blue) = 168+57+99=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A83963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83963 is #57C69C. Grayscale: #5E5E5E. Windows color (decimal): -5752477 or 6502824. OLE color: 6502824.

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

Color convert

RGB1685799-
CMYK00.660.410.34
HSL337.3º49.33%44.12%-
HSV(B)337.3º66.07%65.88%-
XYZ19.8612.1513.1-
YUV94.98130.27180.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.85%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=51.85%
G=17.59%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168579900.660.410.34337.349.3344.12
HexA839630422922151312c
Octal25071143010251425216154
Binary10101000111001110001101000010101001100010101010001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83963; }

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

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

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

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

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

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

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

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