Shades of Blush #A9566B
Tints of Blush #A9566B
RGB
CMYK
RGB Variations
Color information
#A9566B (or 0xA9566B) is known color: Blush. HEX triplet: A9, 56 and 6B. RGB value is (169,86,107). Sum of RGB (Red+Green+Blue) = 169+86+107=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9566B is #56A994. Grayscale: #717171. Windows color (decimal): -5679509 or 7034537. OLE color: 7034537.
HSL color Cylindrical-coordinate representation of color #A9566B: hue angle of 344.82º 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 #A9566B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 107 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.34 |
| HSL | 344.82º | 0.33% | 0.5% | - |
| HSV(B) | 344.82º | 0.49% | 0.66% | - |
| XYZ | 22.34 | 16.15 | 15.85 | - |
| YUV | 113.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 107 | 0 | 0.49 | 0.37 | 0.34 | 344.82 | 0.33 | 0.5 |
| Hex | A9 | 56 | 6B | 0 | 31 | 25 | 22 | 159 | 21 | 32 |
| Octal | 251 | 126 | 153 | 0 | 61 | 45 | 42 | 531 | 41 | 62 |
| Binary | 10101001 | 1010110 | 1101011 | 0 | 110001 | 100101 | 100010 | 101011001 | 100001 | 110010 |
Color Harmonies of #A9566B
Complementary color
Monochromatic Colors of #A9566B
Black with #A9566B
Text Example
Text Example
White with #A9566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9566B; }
p { color: rgb(169,86,107); }
H1.HeaderClassName
{
color: #A9566B;
}
.AnyTagClassName
{
color: #A9566B;
}
</style>
background-color css
<style>
a { background-color: #A9566B; }
a { background-color: rgb(169,86,107); }
div.DivClassName
{
background-color: #A9566B;
}
.BgClassName
{
background-color: #A9566B;
}
</style>
border-color css
<style>
span { border-color: #A9566B; }
span { border-color: rgb(169,86,107); }
td.TdClassName
{
border-color: #A9566B;
}
.TagClassName
{
border-color: #A9566B;
}
</style>