Shades of Blush #A6536B
Tints of Blush #A6536B
RGB
CMYK
RGB Variations
Color information
#A6536B (or 0xA6536B) is known color: Blush. HEX triplet: A6, 53 and 6B. RGB value is (166,83,107). Sum of RGB (Red+Green+Blue) = 166+83+107=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6536B is #59AC94. Grayscale: #6E6E6E. Windows color (decimal): -5876885 or 7033766. OLE color: 7033766.
HSL color Cylindrical-coordinate representation of color #A6536B: hue angle of 342.65º 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 #A6536B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 107 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.35 |
| HSL | 342.65º | 0.33% | 0.49% | - |
| HSV(B) | 342.65º | 0.5% | 0.65% | - |
| XYZ | 21.47 | 15.36 | 15.74 | - |
| YUV | 110.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 107 | 0 | 0.50 | 0.36 | 0.35 | 342.65 | 0.33 | 0.49 |
| Hex | A6 | 53 | 6B | 0 | 32 | 24 | 23 | 157 | 21 | 31 |
| Octal | 246 | 123 | 153 | 0 | 62 | 44 | 43 | 527 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1101011 | 0 | 110010 | 100100 | 100011 | 101010111 | 100001 | 110001 |
Color Harmonies of #A6536B
Complementary color
Monochromatic Colors of #A6536B
Black with #A6536B
Text Example
Text Example
White with #A6536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6536B; }
p { color: rgb(166,83,107); }
H1.HeaderClassName
{
color: #A6536B;
}
.AnyTagClassName
{
color: #A6536B;
}
</style>
background-color css
<style>
a { background-color: #A6536B; }
a { background-color: rgb(166,83,107); }
div.DivClassName
{
background-color: #A6536B;
}
.BgClassName
{
background-color: #A6536B;
}
</style>
border-color css
<style>
span { border-color: #A6536B; }
span { border-color: rgb(166,83,107); }
td.TdClassName
{
border-color: #A6536B;
}
.TagClassName
{
border-color: #A6536B;
}
</style>