Shades of Blush #A9546A
Tints of Blush #A9546A
RGB
CMYK
RGB Variations
Color information
#A9546A (or 0xA9546A) is known color: Blush. HEX triplet: A9, 54 and 6A. RGB value is (169,84,106). Sum of RGB (Red+Green+Blue) = 169+84+106=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9546A is #56AB95. Grayscale: #6F6F6F. Windows color (decimal): -5680022 or 6968489. OLE color: 6968489.
HSL color Cylindrical-coordinate representation of color #A9546A: hue angle of 344.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9546A is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 106 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.34 |
| HSL | 344.47º | 0.34% | 0.5% | - |
| HSV(B) | 344.47º | 0.5% | 0.66% | - |
| XYZ | 22.13 | 15.82 | 15.52 | - |
| YUV | 111.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 106 | 0 | 0.50 | 0.37 | 0.34 | 344.47 | 0.34 | 0.5 |
| Hex | A9 | 54 | 6A | 0 | 32 | 25 | 22 | 158 | 22 | 32 |
| Octal | 251 | 124 | 152 | 0 | 62 | 45 | 42 | 530 | 42 | 62 |
| Binary | 10101001 | 1010100 | 1101010 | 0 | 110010 | 100101 | 100010 | 101011000 | 100010 | 110010 |
Color Harmonies of #A9546A
Complementary color
Monochromatic Colors of #A9546A
Black with #A9546A
Text Example
Text Example
White with #A9546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9546A; }
p { color: rgb(169,84,106); }
H1.HeaderClassName
{
color: #A9546A;
}
.AnyTagClassName
{
color: #A9546A;
}
</style>
background-color css
<style>
a { background-color: #A9546A; }
a { background-color: rgb(169,84,106); }
div.DivClassName
{
background-color: #A9546A;
}
.BgClassName
{
background-color: #A9546A;
}
</style>
border-color css
<style>
span { border-color: #A9546A; }
span { border-color: rgb(169,84,106); }
td.TdClassName
{
border-color: #A9546A;
}
.TagClassName
{
border-color: #A9546A;
}
</style>