#AA5A6C

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

Shades of Blush #AA5A6C

Tints of Blush #AA5A6C

Color information

#AA5A6C (or 0xAA5A6C) is unknown color: approx Blush. HEX triplet: AA, 5A and 6C. RGB value is (170,90,108). Sum of RGB (Red+Green+Blue) = 170+90+108=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A6C is #55A593. Grayscale: #737373. Windows color (decimal): -5612948 or 7101098. OLE color: 7101098.

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

Color convert

RGB17090108-
CMYK00.470.360.33
HSL346.5º32%50.98%-
HSV(B)346.5º47.06%66.67%-
XYZ22.9416.9416.25-
YUV115.97123.5166.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=46.20%
G=24.46%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709010800.470.360.33346.53250.98
HexAA5A6C02F242115a2033
Octal25213215405744415324063
Binary10101010101101011011000101111100100100001101011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A6C; }

 p { color: rgb(170,90,108); }

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

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

 a { background-color: rgb(170,90,108); }

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

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

 span { border-color: rgb(170,90,108); }

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