#AA3367

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

Shades of Rouge #AA3367

Tints of Rouge #AA3367

Color information

#AA3367 (or 0xAA3367) is unknown color: approx Rouge. HEX triplet: AA, 33 and 67. RGB value is (170,51,103). Sum of RGB (Red+Green+Blue) = 170+51+103=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3367 is #55CC98. Grayscale: #5C5C5C. Windows color (decimal): -5622937 or 6763434. OLE color: 6763434.

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

Color convert

RGB17051103-
CMYK00.70.390.33
HSL333.78º53.85%43.33%-
HSV(B)333.78º70%66.67%-
XYZ20.2111.8914.06-
YUV92.51133.92183.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=52.47%
G=15.74%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705110300.70.390.33333.7853.8543.33
HexAA3367046272114e362b
Octal25263147010647415166653
Binary10101010110011110011101000110100111100001101001110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3367; }

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

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

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

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

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

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

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

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