Shades of Blush #AA506C
Tints of Blush #AA506C
RGB
CMYK
RGB Variations
Color information
#AA506C (or 0xAA506C) is known color: Blush. HEX triplet: AA, 50 and 6C. RGB value is (170,80,108). Sum of RGB (Red+Green+Blue) = 170+80+108=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA506C is #55AF93. Grayscale: #6E6E6E. Windows color (decimal): -5615508 or 7098538. OLE color: 7098538.
HSL color Cylindrical-coordinate representation of color #AA506C: hue angle of 341.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA506C is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 108 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.33 |
| HSL | 341.33º | 0.36% | 0.49% | - |
| HSV(B) | 341.33º | 0.53% | 0.67% | - |
| XYZ | 22.15 | 15.37 | 15.99 | - |
| YUV | 110.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 108 | 0 | 0.53 | 0.36 | 0.33 | 341.33 | 0.36 | 0.49 |
| Hex | AA | 50 | 6C | 0 | 35 | 24 | 21 | 155 | 24 | 31 |
| Octal | 252 | 120 | 154 | 0 | 65 | 44 | 41 | 525 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1101100 | 0 | 110101 | 100100 | 100001 | 101010101 | 100100 | 110001 |
Color Harmonies of #AA506C
Complementary color
Monochromatic Colors of #AA506C
Black with #AA506C
Text Example
Text Example
White with #AA506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA506C; }
p { color: rgb(170,80,108); }
H1.HeaderClassName
{
color: #AA506C;
}
.AnyTagClassName
{
color: #AA506C;
}
</style>
background-color css
<style>
a { background-color: #AA506C; }
a { background-color: rgb(170,80,108); }
div.DivClassName
{
background-color: #AA506C;
}
.BgClassName
{
background-color: #AA506C;
}
</style>
border-color css
<style>
span { border-color: #AA506C; }
span { border-color: rgb(170,80,108); }
td.TdClassName
{
border-color: #AA506C;
}
.TagClassName
{
border-color: #AA506C;
}
</style>