#AA3D64

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

Shades of Rouge #AA3D64

Tints of Rouge #AA3D64

Color information

#AA3D64 (or 0xAA3D64) is unknown color: approx Rouge. HEX triplet: AA, 3D and 64. RGB value is (170,61,100). Sum of RGB (Red+Green+Blue) = 170+61+100=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D64 is #55C29B. Grayscale: #616161. Windows color (decimal): -5620380 or 6569386. OLE color: 6569386.

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

Color convert

RGB17061100-
CMYK00.640.410.33
HSL338.53º47.19%45.29%-
HSV(B)338.53º64.12%66.67%-
XYZ20.5512.813.45-
YUV98.04129.11179.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=51.36%
G=18.43%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706110000.640.410.33338.5347.1945.29
HexAA3D6404029211532f2d
Octal25275144010051415235755
Binary10101010111101110010001000000101001100001101010011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D64; }

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

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

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

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

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

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

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

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