#AA345C

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

Shades of Rouge #AA345C

Tints of Rouge #AA345C

Color information

#AA345C (or 0xAA345C) is unknown color: approx Rouge. HEX triplet: AA, 34 and 5C. RGB value is (170,52,92). Sum of RGB (Red+Green+Blue) = 170+52+92=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA345C is #55CBA3. Grayscale: #5B5B5B. Windows color (decimal): -5622692 or 6042794. OLE color: 6042794.

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

Color convert

RGB1705292-
CMYK00.690.460.33
HSL339.66º53.15%43.53%-
HSV(B)339.66º69.41%66.67%-
XYZ19.7411.7711.36-
YUV91.84128.09183.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=54.14%
G=16.56%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170529200.690.460.33339.6653.1543.53
HexAA345C0452E21154352c
Octal25264134010556415246554
Binary10101010110100101110001000101101110100001101010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA345C; }

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

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

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

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

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

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

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

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