#A84863

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

Shades of Rouge #A84863

Tints of Rouge #A84863

Color information

#A84863 (or 0xA84863) is unknown color: approx Rouge. HEX triplet: A8, 48 and 63. RGB value is (168,72,99). Sum of RGB (Red+Green+Blue) = 168+72+99=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A84863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84863 is #57B79C. Grayscale: #676767. Windows color (decimal): -5748637 or 6506664. OLE color: 6506664.

HSL color Cylindrical-coordinate representation of color #A84863: hue angle of 343.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84863 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB1687299-
CMYK00.570.410.34
HSL343.12º40%47.06%-
HSV(B)343.12º57.14%65.88%-
XYZ20.7213.8613.39-
YUV103.78125.3173.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.56%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=49.56%
G=21.24%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168729900.570.410.34343.124047.06
HexA848630392922157282f
Octal25011014307151425275057
Binary10101000100100011000110111001101001100010101010111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84863; }

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

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

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

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

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

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

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

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