#AA486B

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

Shades of Rouge #AA486B

Tints of Rouge #AA486B

Color information

#AA486B (or 0xAA486B) is unknown color: approx Rouge. HEX triplet: AA, 48 and 6B. RGB value is (170,72,107). Sum of RGB (Red+Green+Blue) = 170+72+107=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA486B is #55B794. Grayscale: #696969. Windows color (decimal): -5617557 or 7030954. OLE color: 7030954.

HSL color Cylindrical-coordinate representation of color #AA486B: hue angle of 338.57º degrees, saturation: 0.4, 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 #AA486B is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17072107-
CMYK00.580.370.33
HSL338.57º40.5%47.45%-
HSV(B)338.57º57.65%66.67%-
XYZ21.5514.2415.52-
YUV105.29128.97174.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=48.71%
G=20.63%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707210700.580.370.33338.5740.547.45
HexAA486B03A2521153282f
Octal25211015307245415235057
Binary10101010100100011010110111010100101100001101010011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA486B; }

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

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

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

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

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

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

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

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