#A84460

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

Shades of Rouge #A84460

Tints of Rouge #A84460

Color information

#A84460 (or 0xA84460) is unknown color: approx Rouge. HEX triplet: A8, 44 and 60. RGB value is (168,68,96). Sum of RGB (Red+Green+Blue) = 168+68+96=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A84460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84460 is #57BB9F. Grayscale: #656565. Windows color (decimal): -5749664 or 6309032. OLE color: 6309032.

HSL color Cylindrical-coordinate representation of color #A84460: hue angle of 343.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84460 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1686896-
CMYK00.600.430.34
HSL343.2º42.37%46.27%-
HSV(B)343.2º59.52%65.88%-
XYZ20.3313.312.56-
YUV101.09125.13175.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=50.60%
G=20.48%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168689600.600.430.34343.242.3746.27
HexA8446003C2B221572a2e
Octal25010414007453425275256
Binary10101000100010011000000111100101011100010101010111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84460; }

 p { color: rgb(168,68,96); }

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

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

 a { background-color: rgb(168,68,96); }

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

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

 span { border-color: rgb(168,68,96); }

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