#A84164

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

Shades of Rouge #A84164

Tints of Rouge #A84164

Color information

#A84164 (or 0xA84164) is unknown color: approx Rouge. HEX triplet: A8, 41 and 64. RGB value is (168,65,100). Sum of RGB (Red+Green+Blue) = 168+65+100=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A84164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84164 is #57BE9B. Grayscale: #636363. Windows color (decimal): -5750428 or 6570408. OLE color: 6570408.

HSL color Cylindrical-coordinate representation of color #A84164: hue angle of 339.61º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84164 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16865100-
CMYK00.610.400.34
HSL339.61º44.21%45.69%-
HSV(B)339.61º61.31%65.88%-
XYZ20.3413.0313.5-
YUV99.79128.12176.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=50.45%
G=19.52%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686510000.610.400.34339.6144.2145.69
HexA8416403D28221542c2e
Octal25010114407550425245456
Binary10101000100000111001000111101101000100010101010100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84164; }

 p { color: rgb(168,65,100); }

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

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

 a { background-color: rgb(168,65,100); }

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

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

 span { border-color: rgb(168,65,100); }

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