Shades of Blush #A6506B
Tints of Blush #A6506B
RGB
CMYK
RGB Variations
Color information
#A6506B (or 0xA6506B) is known color: Blush. HEX triplet: A6, 50 and 6B. RGB value is (166,80,107). Sum of RGB (Red+Green+Blue) = 166+80+107=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A6506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6506B is #59AF94. Grayscale: #6C6C6C. Windows color (decimal): -5877653 or 7032998. OLE color: 7032998.
HSL color Cylindrical-coordinate representation of color #A6506B: hue angle of 341.16º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6506B is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 107 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.35 |
| HSL | 341.16º | 0.35% | 0.48% | - |
| HSV(B) | 341.16º | 0.52% | 0.65% | - |
| XYZ | 21.25 | 14.91 | 15.67 | - |
| YUV | 108.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 107 | 0 | 0.52 | 0.36 | 0.35 | 341.16 | 0.35 | 0.48 |
| Hex | A6 | 50 | 6B | 0 | 34 | 24 | 23 | 155 | 23 | 30 |
| Octal | 246 | 120 | 153 | 0 | 64 | 44 | 43 | 525 | 43 | 60 |
| Binary | 10100110 | 1010000 | 1101011 | 0 | 110100 | 100100 | 100011 | 101010101 | 100011 | 110000 |
Color Harmonies of #A6506B
Complementary color
Monochromatic Colors of #A6506B
Black with #A6506B
Text Example
Text Example
White with #A6506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6506B; }
p { color: rgb(166,80,107); }
H1.HeaderClassName
{
color: #A6506B;
}
.AnyTagClassName
{
color: #A6506B;
}
</style>
background-color css
<style>
a { background-color: #A6506B; }
a { background-color: rgb(166,80,107); }
div.DivClassName
{
background-color: #A6506B;
}
.BgClassName
{
background-color: #A6506B;
}
</style>
border-color css
<style>
span { border-color: #A6506B; }
span { border-color: rgb(166,80,107); }
td.TdClassName
{
border-color: #A6506B;
}
.TagClassName
{
border-color: #A6506B;
}
</style>