#AA4366

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

Shades of Rouge #AA4366

Tints of Rouge #AA4366

Color information

#AA4366 (or 0xAA4366) is unknown color: approx Rouge. HEX triplet: AA, 43 and 66. RGB value is (170,67,102). Sum of RGB (Red+Green+Blue) = 170+67+102=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4366 is #55BC99. Grayscale: #656565. Windows color (decimal): -5618842 or 6701994. OLE color: 6701994.

HSL color Cylindrical-coordinate representation of color #AA4366: hue angle of 339.61º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4366 is Cyan = 0, Magento = 0.61, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB17067102-
CMYK00.610.40.33
HSL339.61º43.46%46.47%-
HSV(B)339.61º60.59%66.67%-
XYZ20.9813.5214.07-
YUV101.79128.12176.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=50.15%
G=19.76%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706710200.610.40.33339.6143.4646.47
HexAA436603D28211542b2e
Octal25210314607550415245356
Binary10101010100001111001100111101101000100001101010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4366; }

 p { color: rgb(170,67,102); }

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

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

 a { background-color: rgb(170,67,102); }

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

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

 span { border-color: rgb(170,67,102); }

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