#AA345D

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

Shades of Rouge #AA345D

Tints of Rouge #AA345D

Color information

#AA345D (or 0xAA345D) is unknown color: approx Rouge. HEX triplet: AA, 34 and 5D. RGB value is (170,52,93). Sum of RGB (Red+Green+Blue) = 170+52+93=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA345D is #55CBA2. Grayscale: #5B5B5B. Windows color (decimal): -5622691 or 6108330. OLE color: 6108330.

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

Color convert

RGB1705293-
CMYK00.690.450.33
HSL339.15º53.15%43.53%-
HSV(B)339.15º69.41%66.67%-
XYZ19.7811.7911.59-
YUV91.96128.59183.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=53.97%
G=16.51%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170529300.690.450.33339.1553.1543.53
HexAA345D0452D21153352c
Octal25264135010555415236554
Binary10101010110100101110101000101101101100001101010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA345D; }

 p { color: rgb(170,52,93); }

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

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

 a { background-color: rgb(170,52,93); }

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

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

 span { border-color: rgb(170,52,93); }

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