#A82D63

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

Shades of Rouge #A82D63

Tints of Rouge #A82D63

Color information

#A82D63 (or 0xA82D63) is unknown color: approx Rouge. HEX triplet: A8, 2D and 63. RGB value is (168,45,99). Sum of RGB (Red+Green+Blue) = 168+45+99=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D63 is #57D29C. Grayscale: #575757. Windows color (decimal): -5755549 or 6499752. OLE color: 6499752.

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

Color convert

RGB1684599-
CMYK00.730.410.34
HSL333.66º57.75%41.76%-
HSV(B)333.66º73.21%65.88%-
XYZ19.3411.112.93-
YUV87.93134.25185.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.85%
GREEN value IS 45 (17.97% from 255) = 14.42%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=53.85%
G=14.42%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168459900.730.410.34333.6657.7541.76
HexA82D63049292214e3a2a
Octal25055143011151425167252
Binary10101000101101110001101001001101001100010101001110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82D63; }

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

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

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

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

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

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

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

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