#AA4C6B

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

Shades of Rouge #AA4C6B

Tints of Rouge #AA4C6B

Color information

#AA4C6B (or 0xAA4C6B) is unknown color: approx Rouge. HEX triplet: AA, 4C and 6B. RGB value is (170,76,107). Sum of RGB (Red+Green+Blue) = 170+76+107=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C6B is #55B394. Grayscale: #6B6B6B. Windows color (decimal): -5616533 or 7031978. OLE color: 7031978.

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

Color convert

RGB17076107-
CMYK00.550.370.33
HSL340.21º38.21%48.24%-
HSV(B)340.21º55.29%66.67%-
XYZ21.8214.7815.61-
YUV107.64127.64172.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=48.16%
G=21.53%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707610700.550.370.33340.2138.2148.24
HexAA4C6B03725211542630
Octal25211415306745415244660
Binary10101010100110011010110110111100101100001101010100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C6B; }

 p { color: rgb(170,76,107); }

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

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

 a { background-color: rgb(170,76,107); }

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

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

 span { border-color: rgb(170,76,107); }

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