#AA356A

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

Shades of Rouge #AA356A

Tints of Rouge #AA356A

Color information

#AA356A (or 0xAA356A) is unknown color: approx Rouge. HEX triplet: AA, 35 and 6A. RGB value is (170,53,106). Sum of RGB (Red+Green+Blue) = 170+53+106=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA356A is #55CA95. Grayscale: #5D5D5D. Windows color (decimal): -5622422 or 6960554. OLE color: 6960554.

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

Color convert

RGB17053106-
CMYK00.690.380.33
HSL332.82º52.47%43.73%-
HSV(B)332.82º68.82%66.67%-
XYZ20.4512.1314.9-
YUV94.02134.76182.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=51.67%
G=16.11%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705310600.690.380.33332.8252.4743.73
HexAA356A045262114d342c
Octal25265152010546415156454
Binary10101010110101110101001000101100110100001101001101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA356A; }

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

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

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

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

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

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

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

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