Shades of Blush #A9526D
Tints of Blush #A9526D
RGB
CMYK
RGB Variations
Color information
#A9526D (or 0xA9526D) is known color: Blush. HEX triplet: A9, 52 and 6D. RGB value is (169,82,109). Sum of RGB (Red+Green+Blue) = 169+82+109=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9526D is #56AD92. Grayscale: #6F6F6F. Windows color (decimal): -5680531 or 7164585. OLE color: 7164585.
HSL color Cylindrical-coordinate representation of color #A9526D: hue angle of 341.38º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9526D is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 82 | 109 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.34 |
| HSL | 341.38º | 0.35% | 0.49% | - |
| HSV(B) | 341.38º | 0.51% | 0.66% | - |
| XYZ | 22.14 | 15.57 | 16.31 | - |
| YUV | 111.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 109 | 0 | 0.51 | 0.36 | 0.34 | 341.38 | 0.35 | 0.49 |
| Hex | A9 | 52 | 6D | 0 | 33 | 24 | 22 | 155 | 23 | 31 |
| Octal | 251 | 122 | 155 | 0 | 63 | 44 | 42 | 525 | 43 | 61 |
| Binary | 10101001 | 1010010 | 1101101 | 0 | 110011 | 100100 | 100010 | 101010101 | 100011 | 110001 |
Color Harmonies of #A9526D
Complementary color
Monochromatic Colors of #A9526D
Black with #A9526D
Text Example
Text Example
White with #A9526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9526D; }
p { color: rgb(169,82,109); }
H1.HeaderClassName
{
color: #A9526D;
}
.AnyTagClassName
{
color: #A9526D;
}
</style>
background-color css
<style>
a { background-color: #A9526D; }
a { background-color: rgb(169,82,109); }
div.DivClassName
{
background-color: #A9526D;
}
.BgClassName
{
background-color: #A9526D;
}
</style>
border-color css
<style>
span { border-color: #A9526D; }
span { border-color: rgb(169,82,109); }
td.TdClassName
{
border-color: #A9526D;
}
.TagClassName
{
border-color: #A9526D;
}
</style>