#AA2E67

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

Shades of Rouge #AA2E67

Tints of Rouge #AA2E67

Color information

#AA2E67 (or 0xAA2E67) is unknown color: approx Rouge. HEX triplet: AA, 2E and 67. RGB value is (170,46,103). Sum of RGB (Red+Green+Blue) = 170+46+103=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E67 is #55D198. Grayscale: #595959. Windows color (decimal): -5624217 or 6762154. OLE color: 6762154.

HSL color Cylindrical-coordinate representation of color #AA2E67: hue angle of 332.42º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E67 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17046103-
CMYK00.730.390.33
HSL332.42º57.41%42.35%-
HSV(B)332.42º72.94%66.67%-
XYZ2011.4813.99-
YUV89.57135.58185.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=53.29%
G=14.42%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704610300.730.390.33332.4257.4142.35
HexAA2E67049272114c392a
Octal25256147011147415147152
Binary10101010101110110011101001001100111100001101001100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E67; }

 p { color: rgb(170,46,103); }

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

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

 a { background-color: rgb(170,46,103); }

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

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

 span { border-color: rgb(170,46,103); }

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