#AA3862

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

Shades of Rouge #AA3862

Tints of Rouge #AA3862

Color information

#AA3862 (or 0xAA3862) is unknown color: approx Rouge. HEX triplet: AA, 38 and 62. RGB value is (170,56,98). Sum of RGB (Red+Green+Blue) = 170+56+98=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3862 is #55C79D. Grayscale: #5E5E5E. Windows color (decimal): -5621662 or 6437034. OLE color: 6437034.

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

Color convert

RGB1705698-
CMYK00.670.420.33
HSL337.89º50.44%44.31%-
HSV(B)337.89º67.06%66.67%-
XYZ20.212.2612.86-
YUV94.87129.77181.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=52.47%
G=17.28%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170569800.670.420.33337.8950.4444.31
HexAA38620432A21152322c
Octal25270142010352415226254
Binary10101010111000110001001000011101010100001101010010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3862; }

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

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

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

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

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

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

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

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