Shades of Blush #A8546B
Tints of Blush #A8546B
RGB
CMYK
RGB Variations
Color information
#A8546B (or 0xA8546B) is known color: Blush. HEX triplet: A8, 54 and 6B. RGB value is (168,84,107). Sum of RGB (Red+Green+Blue) = 168+84+107=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8546B is #57AB94. Grayscale: #6F6F6F. Windows color (decimal): -5745557 or 7034024. OLE color: 7034024.
HSL color Cylindrical-coordinate representation of color #A8546B: hue angle of 343.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8546B is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 107 | - |
| CMYK | 0 | 0.5 | 0.36 | 0.34 |
| HSL | 343.57º | 0.33% | 0.49% | - |
| HSV(B) | 343.57º | 0.5% | 0.66% | - |
| XYZ | 21.97 | 15.73 | 15.79 | - |
| YUV | 111.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 107 | 0 | 0.5 | 0.36 | 0.34 | 343.57 | 0.33 | 0.49 |
| Hex | A8 | 54 | 6B | 0 | 32 | 24 | 22 | 158 | 21 | 31 |
| Octal | 250 | 124 | 153 | 0 | 62 | 44 | 42 | 530 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1101011 | 0 | 110010 | 100100 | 100010 | 101011000 | 100001 | 110001 |
Color Harmonies of #A8546B
Complementary color
Monochromatic Colors of #A8546B
Black with #A8546B
Text Example
Text Example
White with #A8546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8546B; }
p { color: rgb(168,84,107); }
H1.HeaderClassName
{
color: #A8546B;
}
.AnyTagClassName
{
color: #A8546B;
}
</style>
background-color css
<style>
a { background-color: #A8546B; }
a { background-color: rgb(168,84,107); }
div.DivClassName
{
background-color: #A8546B;
}
.BgClassName
{
background-color: #A8546B;
}
</style>
border-color css
<style>
span { border-color: #A8546B; }
span { border-color: rgb(168,84,107); }
td.TdClassName
{
border-color: #A8546B;
}
.TagClassName
{
border-color: #A8546B;
}
</style>