#AA3864

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

Shades of Rouge #AA3864

Tints of Rouge #AA3864

Color information

#AA3864 (or 0xAA3864) is unknown color: approx Rouge. HEX triplet: AA, 38 and 64. RGB value is (170,56,100). Sum of RGB (Red+Green+Blue) = 170+56+100=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3864 is #55C79B. Grayscale: #5F5F5F. Windows color (decimal): -5621660 or 6568106. OLE color: 6568106.

HSL color Cylindrical-coordinate representation of color #AA3864: hue angle of 336.84º 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 #AA3864 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17056100-
CMYK00.670.410.33
HSL336.84º50.44%44.31%-
HSV(B)336.84º67.06%66.67%-
XYZ20.2912.2913.36-
YUV95.1130.77181.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=52.15%
G=17.18%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705610000.670.410.33336.8450.4444.31
HexAA38640432921151322c
Octal25270144010351415216254
Binary10101010111000110010001000011101001100001101010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3864; }

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

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

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

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

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

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

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

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