#AA476B

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

Shades of Rouge #AA476B

Tints of Rouge #AA476B

Color information

#AA476B (or 0xAA476B) is unknown color: approx Rouge. HEX triplet: AA, 47 and 6B. RGB value is (170,71,107). Sum of RGB (Red+Green+Blue) = 170+71+107=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA476B is #55B894. Grayscale: #686868. Windows color (decimal): -5617813 or 7030698. OLE color: 7030698.

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

Color convert

RGB17071107-
CMYK00.580.370.33
HSL338.18º41.08%47.25%-
HSV(B)338.18º58.24%66.67%-
XYZ21.4814.1115.5-
YUV104.71129.3174.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=48.85%
G=20.40%
B=30.75%

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
Decimal1707110700.580.370.33338.1841.0847.25
HexAA476B03A2521152292f
Octal25210715307245415225157
Binary10101010100011111010110111010100101100001101010010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA476B; }

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

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

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

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

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

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

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

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