Shades of Blush #A9546D
Tints of Blush #A9546D
RGB
CMYK
RGB Variations
Color information
#A9546D (or 0xA9546D) is known color: Blush. HEX triplet: A9, 54 and 6D. RGB value is (169,84,109). Sum of RGB (Red+Green+Blue) = 169+84+109=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9546D is #56AB92. Grayscale: #707070. Windows color (decimal): -5680019 or 7165097. OLE color: 7165097.
HSL color Cylindrical-coordinate representation of color #A9546D: hue angle of 342.35º 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 #A9546D is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 109 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.34 |
| HSL | 342.35º | 0.34% | 0.5% | - |
| HSV(B) | 342.35º | 0.5% | 0.66% | - |
| XYZ | 22.29 | 15.88 | 16.36 | - |
| YUV | 112.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 109 | 0 | 0.50 | 0.36 | 0.34 | 342.35 | 0.34 | 0.5 |
| Hex | A9 | 54 | 6D | 0 | 32 | 24 | 22 | 156 | 22 | 32 |
| Octal | 251 | 124 | 155 | 0 | 62 | 44 | 42 | 526 | 42 | 62 |
| Binary | 10101001 | 1010100 | 1101101 | 0 | 110010 | 100100 | 100010 | 101010110 | 100010 | 110010 |
Color Harmonies of #A9546D
Complementary color
Monochromatic Colors of #A9546D
Black with #A9546D
Text Example
Text Example
White with #A9546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9546D; }
p { color: rgb(169,84,109); }
H1.HeaderClassName
{
color: #A9546D;
}
.AnyTagClassName
{
color: #A9546D;
}
</style>
background-color css
<style>
a { background-color: #A9546D; }
a { background-color: rgb(169,84,109); }
div.DivClassName
{
background-color: #A9546D;
}
.BgClassName
{
background-color: #A9546D;
}
</style>
border-color css
<style>
span { border-color: #A9546D; }
span { border-color: rgb(169,84,109); }
td.TdClassName
{
border-color: #A9546D;
}
.TagClassName
{
border-color: #A9546D;
}
</style>