#AA3269

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

Shades of Rouge #AA3269

Tints of Rouge #AA3269

Color information

#AA3269 (or 0xAA3269) is unknown color: approx Rouge. HEX triplet: AA, 32 and 69. RGB value is (170,50,105). Sum of RGB (Red+Green+Blue) = 170+50+105=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3269 is #55CD96. Grayscale: #5C5C5C. Windows color (decimal): -5623191 or 6894250. OLE color: 6894250.

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

Color convert

RGB17050105-
CMYK00.710.380.33
HSL332.5º54.55%43.14%-
HSV(B)332.5º70.59%66.67%-
XYZ20.2711.8514.58-
YUV92.15135.26183.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=52.31%
G=15.38%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705010500.710.380.33332.554.5543.14
HexAA3269047262114c372b
Octal25262151010746415146753
Binary10101010110010110100101000111100110100001101001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3269; }

 p { color: rgb(170,50,105); }

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

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

 a { background-color: rgb(170,50,105); }

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

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

 span { border-color: rgb(170,50,105); }

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