#AA4164

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

Shades of Rouge #AA4164

Tints of Rouge #AA4164

Color information

#AA4164 (or 0xAA4164) is unknown color: approx Rouge. HEX triplet: AA, 41 and 64. RGB value is (170,65,100). Sum of RGB (Red+Green+Blue) = 170+65+100=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4164 is #55BE9B. Grayscale: #646464. Windows color (decimal): -5619356 or 6570410. OLE color: 6570410.

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

Color convert

RGB17065100-
CMYK00.620.410.33
HSL340º44.68%46.08%-
HSV(B)340º61.76%66.67%-
XYZ20.7713.2513.52-
YUV100.38127.79177.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=50.75%
G=19.40%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706510000.620.410.3334044.6846.08
HexAA416403E29211542d2e
Octal25210114407651415245556
Binary10101010100000111001000111110101001100001101010100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4164; }

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

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

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

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

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

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

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

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