Shades of Blush #A85D6B
Tints of Blush #A85D6B
RGB
CMYK
RGB Variations
Color information
#A85D6B (or 0xA85D6B) is known color: Blush. HEX triplet: A8, 5D and 6B. RGB value is (168,93,107). Sum of RGB (Red+Green+Blue) = 168+93+107=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D6B is #57A294. Grayscale: #757575. Windows color (decimal): -5743253 or 7036328. OLE color: 7036328.
HSL color Cylindrical-coordinate representation of color #A85D6B: hue angle of 348.8º 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 #A85D6B is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 107 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.34 |
| HSL | 348.8º | 0.3% | 0.51% | - |
| HSV(B) | 348.8º | 0.45% | 0.66% | - |
| XYZ | 22.72 | 17.22 | 16.04 | - |
| YUV | 117.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 107 | 0 | 0.45 | 0.36 | 0.34 | 348.8 | 0.3 | 0.51 |
| Hex | A8 | 5D | 6B | 0 | 2D | 24 | 22 | 15D | 1E | 33 |
| Octal | 250 | 135 | 153 | 0 | 55 | 44 | 42 | 535 | 36 | 63 |
| Binary | 10101000 | 1011101 | 1101011 | 0 | 101101 | 100100 | 100010 | 101011101 | 11110 | 110011 |
Color Harmonies of #A85D6B
Complementary color
Monochromatic Colors of #A85D6B
Black with #A85D6B
Text Example
Text Example
White with #A85D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D6B; }
p { color: rgb(168,93,107); }
H1.HeaderClassName
{
color: #A85D6B;
}
.AnyTagClassName
{
color: #A85D6B;
}
</style>
background-color css
<style>
a { background-color: #A85D6B; }
a { background-color: rgb(168,93,107); }
div.DivClassName
{
background-color: #A85D6B;
}
.BgClassName
{
background-color: #A85D6B;
}
</style>
border-color css
<style>
span { border-color: #A85D6B; }
span { border-color: rgb(168,93,107); }
td.TdClassName
{
border-color: #A85D6B;
}
.TagClassName
{
border-color: #A85D6B;
}
</style>