#AA3B64

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

Shades of Rouge #AA3B64

Tints of Rouge #AA3B64

Color information

#AA3B64 (or 0xAA3B64) is unknown color: approx Rouge. HEX triplet: AA, 3B and 64. RGB value is (170,59,100). Sum of RGB (Red+Green+Blue) = 170+59+100=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B64 is #55C49B. Grayscale: #606060. Windows color (decimal): -5620892 or 6568874. OLE color: 6568874.

HSL color Cylindrical-coordinate representation of color #AA3B64: hue angle of 337.84º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3B64 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17059100-
CMYK00.650.410.33
HSL337.84º48.47%44.9%-
HSV(B)337.84º65.29%66.67%-
XYZ20.4412.5913.41-
YUV96.86129.77180.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 59 (23.44% from 255) = 17.93%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=51.67%
G=17.93%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705910000.650.410.33337.8448.4744.9
HexAA3B640412921152302d
Octal25273144010151415226055
Binary10101010111011110010001000001101001100001101010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B64; }

 p { color: rgb(170,59,100); }

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

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

 a { background-color: rgb(170,59,100); }

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

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

 span { border-color: rgb(170,59,100); }

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