Shades of Blush #A8526C
Tints of Blush #A8526C
RGB
CMYK
RGB Variations
Color information
#A8526C (or 0xA8526C) is known color: Blush. HEX triplet: A8, 52 and 6C. RGB value is (168,82,108). Sum of RGB (Red+Green+Blue) = 168+82+108=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8526C is #57AD93. Grayscale: #6E6E6E. Windows color (decimal): -5746068 or 7099048. OLE color: 7099048.
HSL color Cylindrical-coordinate representation of color #A8526C: hue angle of 341.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8526C is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 108 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.34 |
| HSL | 341.86º | 0.34% | 0.49% | - |
| HSV(B) | 341.86º | 0.51% | 0.66% | - |
| XYZ | 21.87 | 15.44 | 16.02 | - |
| YUV | 110.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 108 | 0 | 0.51 | 0.36 | 0.34 | 341.86 | 0.34 | 0.49 |
| Hex | A8 | 52 | 6C | 0 | 33 | 24 | 22 | 156 | 22 | 31 |
| Octal | 250 | 122 | 154 | 0 | 63 | 44 | 42 | 526 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1101100 | 0 | 110011 | 100100 | 100010 | 101010110 | 100010 | 110001 |
Color Harmonies of #A8526C
Complementary color
Monochromatic Colors of #A8526C
Black with #A8526C
Text Example
Text Example
White with #A8526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8526C; }
p { color: rgb(168,82,108); }
H1.HeaderClassName
{
color: #A8526C;
}
.AnyTagClassName
{
color: #A8526C;
}
</style>
background-color css
<style>
a { background-color: #A8526C; }
a { background-color: rgb(168,82,108); }
div.DivClassName
{
background-color: #A8526C;
}
.BgClassName
{
background-color: #A8526C;
}
</style>
border-color css
<style>
span { border-color: #A8526C; }
span { border-color: rgb(168,82,108); }
td.TdClassName
{
border-color: #A8526C;
}
.TagClassName
{
border-color: #A8526C;
}
</style>