#AA395F

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

Shades of Rouge #AA395F

Tints of Rouge #AA395F

Color information

#AA395F (or 0xAA395F) is unknown color: approx Rouge. HEX triplet: AA, 39 and 5F. RGB value is (170,57,95). Sum of RGB (Red+Green+Blue) = 170+57+95=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA395F is #55C6A0. Grayscale: #5F5F5F. Windows color (decimal): -5621409 or 6240682. OLE color: 6240682.

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

Color convert

RGB1705795-
CMYK00.660.440.33
HSL339.82º49.78%44.51%-
HSV(B)339.82º66.47%66.67%-
XYZ20.1112.312.14-
YUV95.12127.94181.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=52.80%
G=17.70%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170579500.660.440.33339.8249.7844.51
HexAA395F0422C21154322d
Octal25271137010254415246255
Binary10101010111001101111101000010101100100001101010100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA395F; }

 p { color: rgb(170,57,95); }

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

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

 a { background-color: rgb(170,57,95); }

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

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

 span { border-color: rgb(170,57,95); }

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