#AA5165

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

Shades of Blush #AA5165

Tints of Blush #AA5165

Color information

#AA5165 (or 0xAA5165) is unknown color: approx Blush. HEX triplet: AA, 51 and 65. RGB value is (170,81,101). Sum of RGB (Red+Green+Blue) = 170+81+101=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5165 is #55AE9A. Grayscale: #6D6D6D. Windows color (decimal): -5615259 or 6640042. OLE color: 6640042.

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

Color convert

RGB17081101-
CMYK00.520.410.33
HSL346.52º35.46%49.22%-
HSV(B)346.52º52.35%66.67%-
XYZ21.8715.3714.13-
YUV109.89122.99170.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=48.30%
G=23.01%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708110100.520.410.33346.5235.4649.22
HexAA5165034292115b2331
Octal25212114506451415334361
Binary10101010101000111001010110100101001100001101011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5165; }

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

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

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

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

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

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

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

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