#AA3566

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

Shades of Rouge #AA3566

Tints of Rouge #AA3566

Color information

#AA3566 (or 0xAA3566) is unknown color: approx Rouge. HEX triplet: AA, 35 and 66. RGB value is (170,53,102). Sum of RGB (Red+Green+Blue) = 170+53+102=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3566 is #55CA99. Grayscale: #5D5D5D. Windows color (decimal): -5622426 or 6698410. OLE color: 6698410.

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

Color convert

RGB17053102-
CMYK00.690.40.33
HSL334.87º52.47%43.73%-
HSV(B)334.87º68.82%66.67%-
XYZ20.2512.0513.83-
YUV93.57132.76182.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=52.31%
G=16.31%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705310200.690.40.33334.8752.4743.73
HexAA3566045282114f342c
Octal25265146010550415176454
Binary10101010110101110011001000101101000100001101001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3566; }

 p { color: rgb(170,53,102); }

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

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

 a { background-color: rgb(170,53,102); }

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

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

 span { border-color: rgb(170,53,102); }

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