Shades of Blush #A8536B
Tints of Blush #A8536B
RGB
CMYK
RGB Variations
Color information
#A8536B (or 0xA8536B) is known color: Blush. HEX triplet: A8, 53 and 6B. RGB value is (168,83,107). Sum of RGB (Red+Green+Blue) = 168+83+107=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8536B is #57AC94. Grayscale: #6F6F6F. Windows color (decimal): -5745813 or 7033768. OLE color: 7033768.
HSL color Cylindrical-coordinate representation of color #A8536B: hue angle of 343.06º 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 #A8536B is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 107 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.34 |
| HSL | 343.06º | 0.34% | 0.49% | - |
| HSV(B) | 343.06º | 0.51% | 0.66% | - |
| XYZ | 21.9 | 15.57 | 15.76 | - |
| YUV | 111.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 107 | 0 | 0.51 | 0.36 | 0.34 | 343.06 | 0.34 | 0.49 |
| Hex | A8 | 53 | 6B | 0 | 33 | 24 | 22 | 157 | 22 | 31 |
| Octal | 250 | 123 | 153 | 0 | 63 | 44 | 42 | 527 | 42 | 61 |
| Binary | 10101000 | 1010011 | 1101011 | 0 | 110011 | 100100 | 100010 | 101010111 | 100010 | 110001 |
Color Harmonies of #A8536B
Complementary color
Monochromatic Colors of #A8536B
Black with #A8536B
Text Example
Text Example
White with #A8536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8536B; }
p { color: rgb(168,83,107); }
H1.HeaderClassName
{
color: #A8536B;
}
.AnyTagClassName
{
color: #A8536B;
}
</style>
background-color css
<style>
a { background-color: #A8536B; }
a { background-color: rgb(168,83,107); }
div.DivClassName
{
background-color: #A8536B;
}
.BgClassName
{
background-color: #A8536B;
}
</style>
border-color css
<style>
span { border-color: #A8536B; }
span { border-color: rgb(168,83,107); }
td.TdClassName
{
border-color: #A8536B;
}
.TagClassName
{
border-color: #A8536B;
}
</style>