#AA4165

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

Shades of Rouge #AA4165

Tints of Rouge #AA4165

Color information

#AA4165 (or 0xAA4165) is unknown color: approx Rouge. HEX triplet: AA, 41 and 65. RGB value is (170,65,101). Sum of RGB (Red+Green+Blue) = 170+65+101=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4165 is #55BE9A. Grayscale: #646464. Windows color (decimal): -5619355 or 6635946. OLE color: 6635946.

HSL color Cylindrical-coordinate representation of color #AA4165: hue angle of 339.43º 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 #AA4165 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17065101-
CMYK00.620.410.33
HSL339.43º44.68%46.08%-
HSV(B)339.43º61.76%66.67%-
XYZ20.8213.2713.78-
YUV100.5128.29177.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=50.60%
G=19.35%
B=30.06%

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
Decimal1706510100.620.410.33339.4344.6846.08
HexAA416503E29211532d2e
Octal25210114507651415235556
Binary10101010100000111001010111110101001100001101010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4165; }

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

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

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

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

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

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

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

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