#A84A66

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

Shades of Rouge #A84A66

Tints of Rouge #A84A66

Color information

#A84A66 (or 0xA84A66) is unknown color: approx Rouge. HEX triplet: A8, 4A and 66. RGB value is (168,74,102). Sum of RGB (Red+Green+Blue) = 168+74+102=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A66 is #57B599. Grayscale: #696969. Windows color (decimal): -5748122 or 6703784. OLE color: 6703784.

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

Color convert

RGB16874102-
CMYK00.560.390.34
HSL342.13º38.84%47.45%-
HSV(B)342.13º55.95%65.88%-
XYZ2114.1814.2-
YUV105.3126.14172.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.84%
GREEN value IS 74 (29.30% from 255) = 21.51%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=48.84%
G=21.51%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687410200.560.390.34342.1338.8447.45
HexA84A660382722156272f
Octal25011214607047425264757
Binary10101000100101011001100111000100111100010101010110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A66; }

 p { color: rgb(168,74,102); }

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

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

 a { background-color: rgb(168,74,102); }

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

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

 span { border-color: rgb(168,74,102); }

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