Shades of Blush #A9566F
Tints of Blush #A9566F
RGB
CMYK
RGB Variations
Color information
#A9566F (or 0xA9566F) is known color: Blush. HEX triplet: A9, 56 and 6F. RGB value is (169,86,111). Sum of RGB (Red+Green+Blue) = 169+86+111=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9566F is #56A990. Grayscale: #717171. Windows color (decimal): -5679505 or 7296681. OLE color: 7296681.
HSL color Cylindrical-coordinate representation of color #A9566F: hue angle of 341.93º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9566F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 111 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.34 |
| HSL | 341.93º | 0.33% | 0.5% | - |
| HSV(B) | 341.93º | 0.49% | 0.66% | - |
| XYZ | 22.56 | 16.24 | 16.98 | - |
| YUV | 113.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 111 | 0 | 0.49 | 0.34 | 0.34 | 341.93 | 0.33 | 0.5 |
| Hex | A9 | 56 | 6F | 0 | 31 | 22 | 22 | 156 | 21 | 32 |
| Octal | 251 | 126 | 157 | 0 | 61 | 42 | 42 | 526 | 41 | 62 |
| Binary | 10101001 | 1010110 | 1101111 | 0 | 110001 | 100010 | 100010 | 101010110 | 100001 | 110010 |
Color Harmonies of #A9566F
Complementary color
Monochromatic Colors of #A9566F
Black with #A9566F
Text Example
Text Example
White with #A9566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9566F; }
p { color: rgb(169,86,111); }
H1.HeaderClassName
{
color: #A9566F;
}
.AnyTagClassName
{
color: #A9566F;
}
</style>
background-color css
<style>
a { background-color: #A9566F; }
a { background-color: rgb(169,86,111); }
div.DivClassName
{
background-color: #A9566F;
}
.BgClassName
{
background-color: #A9566F;
}
</style>
border-color css
<style>
span { border-color: #A9566F; }
span { border-color: rgb(169,86,111); }
td.TdClassName
{
border-color: #A9566F;
}
.TagClassName
{
border-color: #A9566F;
}
</style>