#A84261

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

Shades of Rouge #A84261

Tints of Rouge #A84261

Color information

#A84261 (or 0xA84261) is unknown color: approx Rouge. HEX triplet: A8, 42 and 61. RGB value is (168,66,97). Sum of RGB (Red+Green+Blue) = 168+66+97=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A84261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84261 is #57BD9E. Grayscale: #646464. Windows color (decimal): -5750175 or 6374056. OLE color: 6374056.

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

Color convert

RGB1686697-
CMYK00.610.420.34
HSL341.76º43.59%45.88%-
HSV(B)341.76º60.71%65.88%-
XYZ20.2513.0812.77-
YUV100.03126.29176.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=50.76%
G=19.94%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168669700.610.420.34341.7643.5945.88
HexA8426103D2A221562c2e
Octal25010214107552425265456
Binary10101000100001011000010111101101010100010101010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84261; }

 p { color: rgb(168,66,97); }

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

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

 a { background-color: rgb(168,66,97); }

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

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

 span { border-color: rgb(168,66,97); }

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