#AA486D

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

Shades of Rouge #AA486D

Tints of Rouge #AA486D

Color information

#AA486D (or 0xAA486D) is unknown color: approx Rouge. HEX triplet: AA, 48 and 6D. RGB value is (170,72,109). Sum of RGB (Red+Green+Blue) = 170+72+109=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA486D is #55B792. Grayscale: #696969. Windows color (decimal): -5617555 or 7162026. OLE color: 7162026.

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

Color convert

RGB17072109-
CMYK00.580.360.33
HSL337.35º40.5%47.45%-
HSV(B)337.35º57.65%66.67%-
XYZ21.6614.2816.08-
YUV105.52129.97173.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=48.43%
G=20.51%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707210900.580.360.33337.3540.547.45
HexAA486D03A2421151282f
Octal25211015507244415215057
Binary10101010100100011011010111010100100100001101010001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA486D; }

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

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

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

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

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

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

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

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