#AA4B66

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

Shades of Rouge #AA4B66

Tints of Rouge #AA4B66

Color information

#AA4B66 (or 0xAA4B66) is unknown color: approx Rouge. HEX triplet: AA, 4B and 66. RGB value is (170,75,102). Sum of RGB (Red+Green+Blue) = 170+75+102=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B66 is #55B499. Grayscale: #6A6A6A. Windows color (decimal): -5616794 or 6704042. OLE color: 6704042.

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

Color convert

RGB17075102-
CMYK00.560.40.33
HSL342.95º38.78%48.04%-
HSV(B)342.95º55.88%66.67%-
XYZ21.4914.5414.24-
YUV106.48125.47173.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=48.99%
G=21.61%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707510200.560.40.33342.9538.7848.04
HexAA4B6603828211572730
Octal25211314607050415274760
Binary10101010100101111001100111000101000100001101010111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B66; }

 p { color: rgb(170,75,102); }

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

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

 a { background-color: rgb(170,75,102); }

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

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

 span { border-color: rgb(170,75,102); }

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