#AA4764

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

Shades of Rouge #AA4764

Tints of Rouge #AA4764

Color information

#AA4764 (or 0xAA4764) is unknown color: approx Rouge. HEX triplet: AA, 47 and 64. RGB value is (170,71,100). Sum of RGB (Red+Green+Blue) = 170+71+100=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4764 is #55B89B. Grayscale: #676767. Windows color (decimal): -5617820 or 6571946. OLE color: 6571946.

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

Color convert

RGB17071100-
CMYK00.580.410.33
HSL342.42º41.08%47.25%-
HSV(B)342.42º58.24%66.67%-
XYZ21.1313.9713.64-
YUV103.91125.8175.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=49.85%
G=20.82%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707110000.580.410.33342.4241.0847.25
HexAA476403A2921156292f
Octal25210714407251415265157
Binary10101010100011111001000111010101001100001101010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4764; }

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

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

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

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

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

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

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

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