Shades of Blush #A6536C
Tints of Blush #A6536C
RGB
CMYK
RGB Variations
Color information
#A6536C (or 0xA6536C) is known color: Blush. HEX triplet: A6, 53 and 6C. RGB value is (166,83,108). Sum of RGB (Red+Green+Blue) = 166+83+108=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6536C is #59AC93. Grayscale: #6E6E6E. Windows color (decimal): -5876884 or 7099302. OLE color: 7099302.
HSL color Cylindrical-coordinate representation of color #A6536C: hue angle of 341.93º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6536C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 108 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.35 |
| HSL | 341.93º | 0.33% | 0.49% | - |
| HSV(B) | 341.93º | 0.5% | 0.65% | - |
| XYZ | 21.53 | 15.38 | 16.02 | - |
| YUV | 110.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 108 | 0 | 0.50 | 0.35 | 0.35 | 341.93 | 0.33 | 0.49 |
| Hex | A6 | 53 | 6C | 0 | 32 | 23 | 23 | 156 | 21 | 31 |
| Octal | 246 | 123 | 154 | 0 | 62 | 43 | 43 | 526 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1101100 | 0 | 110010 | 100011 | 100011 | 101010110 | 100001 | 110001 |
Color Harmonies of #A6536C
Complementary color
Monochromatic Colors of #A6536C
Black with #A6536C
Text Example
Text Example
White with #A6536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6536C; }
p { color: rgb(166,83,108); }
H1.HeaderClassName
{
color: #A6536C;
}
.AnyTagClassName
{
color: #A6536C;
}
</style>
background-color css
<style>
a { background-color: #A6536C; }
a { background-color: rgb(166,83,108); }
div.DivClassName
{
background-color: #A6536C;
}
.BgClassName
{
background-color: #A6536C;
}
</style>
border-color css
<style>
span { border-color: #A6536C; }
span { border-color: rgb(166,83,108); }
td.TdClassName
{
border-color: #A6536C;
}
.TagClassName
{
border-color: #A6536C;
}
</style>