Shades of Blush #A85C6F
Tints of Blush #A85C6F
RGB
CMYK
RGB Variations
Color information
#A85C6F (or 0xA85C6F) is known color: Blush. HEX triplet: A8, 5C and 6F. RGB value is (168,92,111). Sum of RGB (Red+Green+Blue) = 168+92+111=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C6F is #57A390. Grayscale: #747474. Windows color (decimal): -5743505 or 7298216. OLE color: 7298216.
HSL color Cylindrical-coordinate representation of color #A85C6F: hue angle of 345º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85C6F is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 111 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.34 |
| HSL | 345º | 0.3% | 0.51% | - |
| HSV(B) | 345º | 0.45% | 0.66% | - |
| XYZ | 22.84 | 17.13 | 17.14 | - |
| YUV | 116.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 111 | 0 | 0.45 | 0.34 | 0.34 | 345 | 0.3 | 0.51 |
| Hex | A8 | 5C | 6F | 0 | 2D | 22 | 22 | 159 | 1E | 33 |
| Octal | 250 | 134 | 157 | 0 | 55 | 42 | 42 | 531 | 36 | 63 |
| Binary | 10101000 | 1011100 | 1101111 | 0 | 101101 | 100010 | 100010 | 101011001 | 11110 | 110011 |
Color Harmonies of #A85C6F
Complementary color
Monochromatic Colors of #A85C6F
Black with #A85C6F
Text Example
Text Example
White with #A85C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C6F; }
p { color: rgb(168,92,111); }
H1.HeaderClassName
{
color: #A85C6F;
}
.AnyTagClassName
{
color: #A85C6F;
}
</style>
background-color css
<style>
a { background-color: #A85C6F; }
a { background-color: rgb(168,92,111); }
div.DivClassName
{
background-color: #A85C6F;
}
.BgClassName
{
background-color: #A85C6F;
}
</style>
border-color css
<style>
span { border-color: #A85C6F; }
span { border-color: rgb(168,92,111); }
td.TdClassName
{
border-color: #A85C6F;
}
.TagClassName
{
border-color: #A85C6F;
}
</style>