#A64862

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

Shades of Rouge #A64862

Tints of Rouge #A64862

Color information

#A64862 (or 0xA64862) is unknown color: approx Rouge. HEX triplet: A6, 48 and 62. RGB value is (166,72,98). Sum of RGB (Red+Green+Blue) = 166+72+98=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A64862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64862 is #59B79D. Grayscale: #676767. Windows color (decimal): -5879710 or 6441126. OLE color: 6441126.

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

Color convert

RGB1667298-
CMYK00.570.410.35
HSL343.4º39.5%46.67%-
HSV(B)343.4º56.63%65.1%-
XYZ20.2513.6213.12-
YUV103.07125.14172.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=49.40%
G=21.43%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166729800.570.410.35343.439.546.67
HexA648620392923157272f
Octal24611014207151435274757
Binary10100110100100011000100111001101001100011101010111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64862; }

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

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

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

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

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

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

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

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