#A84762

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

Shades of Rouge #A84762

Tints of Rouge #A84762

Color information

#A84762 (or 0xA84762) is unknown color: approx Rouge. HEX triplet: A8, 47 and 62. RGB value is (168,71,98). Sum of RGB (Red+Green+Blue) = 168+71+98=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A84762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84762 is #57B89D. Grayscale: #676767. Windows color (decimal): -5748894 or 6440872. OLE color: 6440872.

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

Color convert

RGB1687198-
CMYK00.580.420.34
HSL343.3º40.59%46.86%-
HSV(B)343.3º57.74%65.88%-
XYZ20.6113.7113.12-
YUV103.08125.14174.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=49.85%
G=21.07%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168719800.580.420.34343.340.5946.86
HexA8476203A2A22157292f
Octal25010714207252425275157
Binary10101000100011111000100111010101010100010101010111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84762; }

 p { color: rgb(168,71,98); }

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

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

 a { background-color: rgb(168,71,98); }

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

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

 span { border-color: rgb(168,71,98); }

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