#A84668

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

Shades of Rouge #A84668

Tints of Rouge #A84668

Color information

#A84668 (or 0xA84668) is unknown color: approx Rouge. HEX triplet: A8, 46 and 68. RGB value is (168,70,104). Sum of RGB (Red+Green+Blue) = 168+70+104=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A84668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84668 is #57B997. Grayscale: #676767. Windows color (decimal): -5749144 or 6833832. OLE color: 6833832.

HSL color Cylindrical-coordinate representation of color #A84668: hue angle of 339.18º 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 #A84668 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16870104-
CMYK00.580.380.34
HSL339.18º41.18%46.67%-
HSV(B)339.18º58.33%65.88%-
XYZ20.8413.714.64-
YUV103.18128.47174.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=49.12%
G=20.47%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687010400.580.380.34339.1841.1846.67
HexA8466803A2622153292f
Octal25010615007246425235157
Binary10101000100011011010000111010100110100010101010011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84668; }

 p { color: rgb(168,70,104); }

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

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

 a { background-color: rgb(168,70,104); }

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

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

 span { border-color: rgb(168,70,104); }

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