#A64863

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

Shades of Rouge #A64863

Tints of Rouge #A64863

Color information

#A64863 (or 0xA64863) is unknown color: approx Rouge. HEX triplet: A6, 48 and 63. RGB value is (166,72,99). Sum of RGB (Red+Green+Blue) = 166+72+99=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A64863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64863 is #59B79C. Grayscale: #676767. Windows color (decimal): -5879709 or 6506662. OLE color: 6506662.

HSL color Cylindrical-coordinate representation of color #A64863: hue angle of 342.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64863 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1667299-
CMYK00.570.400.35
HSL342.77º39.5%46.67%-
HSV(B)342.77º56.63%65.1%-
XYZ20.313.6413.37-
YUV103.18125.64172.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=49.26%
G=21.36%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166729900.570.400.35342.7739.546.67
HexA648630392823157272f
Octal24611014307150435274757
Binary10100110100100011000110111001101000100011101010111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64863; }

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

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

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

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

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

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

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

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