#AA516D

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

Shades of Blush #AA516D

Tints of Blush #AA516D

Color information

#AA516D (or 0xAA516D) is unknown color: approx Blush. HEX triplet: AA, 51 and 6D. RGB value is (170,81,109). Sum of RGB (Red+Green+Blue) = 170+81+109=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA516D is #55AE92. Grayscale: #6E6E6E. Windows color (decimal): -5615251 or 7164330. OLE color: 7164330.

HSL color Cylindrical-coordinate representation of color #AA516D: hue angle of 341.12º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA516D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17081109-
CMYK00.520.360.33
HSL341.12º35.46%49.22%-
HSV(B)341.12º52.35%66.67%-
XYZ22.2815.5416.29-
YUV110.8126.99170.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=47.22%
G=22.5%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708110900.520.360.33341.1235.4649.22
HexAA516D03424211552331
Octal25212115506444415254361
Binary10101010101000111011010110100100100100001101010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA516D; }

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

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

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

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

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

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

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

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