#AA3662

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

Shades of Rouge #AA3662

Tints of Rouge #AA3662

Color information

#AA3662 (or 0xAA3662) is unknown color: approx Rouge. HEX triplet: AA, 36 and 62. RGB value is (170,54,98). Sum of RGB (Red+Green+Blue) = 170+54+98=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3662 is #55C99D. Grayscale: #5D5D5D. Windows color (decimal): -5622174 or 6436522. OLE color: 6436522.

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

Color convert

RGB1705498-
CMYK00.680.420.33
HSL337.24º51.79%43.92%-
HSV(B)337.24º68.24%66.67%-
XYZ20.112.0712.82-
YUV93.7130.43182.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=52.80%
G=16.77%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170549800.680.420.33337.2451.7943.92
HexAA36620442A21151342c
Octal25266142010452415216454
Binary10101010110110110001001000100101010100001101010001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3662; }

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

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

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

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

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

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

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

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