Shades of Blush #A6526B
Tints of Blush #A6526B
RGB
CMYK
RGB Variations
Color information
#A6526B (or 0xA6526B) is known color: Blush. HEX triplet: A6, 52 and 6B. RGB value is (166,82,107). Sum of RGB (Red+Green+Blue) = 166+82+107=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6526B is #59AD94. Grayscale: #6D6D6D. Windows color (decimal): -5877141 or 7033510. OLE color: 7033510.
HSL color Cylindrical-coordinate representation of color #A6526B: hue angle of 342.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6526B is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 107 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.35 |
| HSL | 342.14º | 0.34% | 0.49% | - |
| HSV(B) | 342.14º | 0.51% | 0.65% | - |
| XYZ | 21.4 | 15.2 | 15.72 | - |
| YUV | 109.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 107 | 0 | 0.51 | 0.36 | 0.35 | 342.14 | 0.34 | 0.49 |
| Hex | A6 | 52 | 6B | 0 | 33 | 24 | 23 | 156 | 22 | 31 |
| Octal | 246 | 122 | 153 | 0 | 63 | 44 | 43 | 526 | 42 | 61 |
| Binary | 10100110 | 1010010 | 1101011 | 0 | 110011 | 100100 | 100011 | 101010110 | 100010 | 110001 |
Color Harmonies of #A6526B
Complementary color
Monochromatic Colors of #A6526B
Black with #A6526B
Text Example
Text Example
White with #A6526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6526B; }
p { color: rgb(166,82,107); }
H1.HeaderClassName
{
color: #A6526B;
}
.AnyTagClassName
{
color: #A6526B;
}
</style>
background-color css
<style>
a { background-color: #A6526B; }
a { background-color: rgb(166,82,107); }
div.DivClassName
{
background-color: #A6526B;
}
.BgClassName
{
background-color: #A6526B;
}
</style>
border-color css
<style>
span { border-color: #A6526B; }
span { border-color: rgb(166,82,107); }
td.TdClassName
{
border-color: #A6526B;
}
.TagClassName
{
border-color: #A6526B;
}
</style>