#AA356C

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

Shades of Rouge #AA356C

Tints of Rouge #AA356C

Color information

#AA356C (or 0xAA356C) is unknown color: approx Rouge. HEX triplet: AA, 35 and 6C. RGB value is (170,53,108). Sum of RGB (Red+Green+Blue) = 170+53+108=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA356C is #55CA93. Grayscale: #5E5E5E. Windows color (decimal): -5622420 or 7091626. OLE color: 7091626.

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

Color convert

RGB17053108-
CMYK00.690.360.33
HSL331.79º52.47%43.73%-
HSV(B)331.79º68.82%66.67%-
XYZ20.5612.1715.45-
YUV94.25135.76182.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=51.36%
G=16.01%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705310800.690.360.33331.7952.4743.73
HexAA356C045242114c342c
Octal25265154010544415146454
Binary10101010110101110110001000101100100100001101001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA356C; }

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

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

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

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

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

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

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

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