#AA3871

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

Shades of Rouge #AA3871

Tints of Rouge #AA3871

Color information

#AA3871 (or 0xAA3871) is unknown color: approx Rouge. HEX triplet: AA, 38 and 71. RGB value is (170,56,113). Sum of RGB (Red+Green+Blue) = 170+56+113=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3871 is #55C78E. Grayscale: #606060. Windows color (decimal): -5621647 or 7420074. OLE color: 7420074.

HSL color Cylindrical-coordinate representation of color #AA3871: hue angle of 330º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3871 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17056113-
CMYK00.670.340.33
HSL330º50.44%44.31%-
HSV(B)330º67.06%66.67%-
XYZ20.9712.5716.94-
YUV96.58137.27180.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=50.15%
G=16.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705611300.670.340.3333050.4444.31
HexAA3871043222114a322c
Octal25270161010342415126254
Binary10101010111000111000101000011100010100001101001010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3871; }

 p { color: rgb(170,56,113); }

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

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

 a { background-color: rgb(170,56,113); }

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

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

 span { border-color: rgb(170,56,113); }

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