Shades of Blush #A85469
Tints of Blush #A85469
RGB
CMYK
RGB Variations
Color information
#A85469 (or 0xA85469) is known color: Blush. HEX triplet: A8, 54 and 69. RGB value is (168,84,105). Sum of RGB (Red+Green+Blue) = 168+84+105=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A85469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85469 is #57AB96. Grayscale: #6F6F6F. Windows color (decimal): -5745559 or 6902952. OLE color: 6902952.
HSL color Cylindrical-coordinate representation of color #A85469: hue angle of 345º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85469 is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 105 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.34 |
| HSL | 345º | 0.33% | 0.49% | - |
| HSV(B) | 345º | 0.5% | 0.66% | - |
| XYZ | 21.87 | 15.69 | 15.24 | - |
| YUV | 111.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 105 | 0 | 0.5 | 0.38 | 0.34 | 345 | 0.33 | 0.49 |
| Hex | A8 | 54 | 69 | 0 | 32 | 26 | 22 | 159 | 21 | 31 |
| Octal | 250 | 124 | 151 | 0 | 62 | 46 | 42 | 531 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1101001 | 0 | 110010 | 100110 | 100010 | 101011001 | 100001 | 110001 |
Color Harmonies of #A85469
Complementary color
Monochromatic Colors of #A85469
Black with #A85469
Text Example
Text Example
White with #A85469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85469; }
p { color: rgb(168,84,105); }
H1.HeaderClassName
{
color: #A85469;
}
.AnyTagClassName
{
color: #A85469;
}
</style>
background-color css
<style>
a { background-color: #A85469; }
a { background-color: rgb(168,84,105); }
div.DivClassName
{
background-color: #A85469;
}
.BgClassName
{
background-color: #A85469;
}
</style>
border-color css
<style>
span { border-color: #A85469; }
span { border-color: rgb(168,84,105); }
td.TdClassName
{
border-color: #A85469;
}
.TagClassName
{
border-color: #A85469;
}
</style>