#AA4266

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

Shades of Rouge #AA4266

Tints of Rouge #AA4266

Color information

#AA4266 (or 0xAA4266) is unknown color: approx Rouge. HEX triplet: AA, 42 and 66. RGB value is (170,66,102). Sum of RGB (Red+Green+Blue) = 170+66+102=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4266 is #55BD99. Grayscale: #656565. Windows color (decimal): -5619098 or 6701738. OLE color: 6701738.

HSL color Cylindrical-coordinate representation of color #AA4266: hue angle of 339.23º degrees, saturation: 0.44, 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 #AA4266 is Cyan = 0, Magento = 0.61, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB17066102-
CMYK00.610.40.33
HSL339.23º44.07%46.27%-
HSV(B)339.23º61.18%66.67%-
XYZ20.9213.414.05-
YUV101.2128.46177.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=50.30%
G=19.53%
B=30.18%

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
Decimal1706610200.610.40.33339.2344.0746.27
HexAA426603D28211532c2e
Octal25210214607550415235456
Binary10101010100001011001100111101101000100001101010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4266; }

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

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

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

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

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

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

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

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