#AA5B6E

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

Shades of Blush #AA5B6E

Tints of Blush #AA5B6E

Color information

#AA5B6E (or 0xAA5B6E) is unknown color: approx Blush. HEX triplet: AA, 5B and 6E. RGB value is (170,91,110). Sum of RGB (Red+Green+Blue) = 170+91+110=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B6E is #55A491. Grayscale: #747474. Windows color (decimal): -5612690 or 7232426. OLE color: 7232426.

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

Color convert

RGB17091110-
CMYK00.460.350.33
HSL345.57º31.73%51.18%-
HSV(B)345.57º46.47%66.67%-
XYZ23.1317.1516.84-
YUV116.79124.17165.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=45.82%
G=24.53%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709111000.460.350.33345.5731.7351.18
HexAA5B6E02E232115a2033
Octal25213315605643415324063
Binary10101010101101111011100101110100011100001101011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B6E; }

 p { color: rgb(170,91,110); }

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

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

 a { background-color: rgb(170,91,110); }

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

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

 span { border-color: rgb(170,91,110); }

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