Shades of Blush #A85A6D
Tints of Blush #A85A6D
RGB
CMYK
RGB Variations
Color information
#A85A6D (or 0xA85A6D) is known color: Blush. HEX triplet: A8, 5A and 6D. RGB value is (168,90,109). Sum of RGB (Red+Green+Blue) = 168+90+109=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A6D is #57A592. Grayscale: #737373. Windows color (decimal): -5744019 or 7166632. OLE color: 7166632.
HSL color Cylindrical-coordinate representation of color #A85A6D: hue angle of 345.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85A6D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 109 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.34 |
| HSL | 345.38º | 0.31% | 0.51% | - |
| HSV(B) | 345.38º | 0.46% | 0.66% | - |
| XYZ | 22.56 | 16.74 | 16.51 | - |
| YUV | 115.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 109 | 0 | 0.46 | 0.35 | 0.34 | 345.38 | 0.31 | 0.51 |
| Hex | A8 | 5A | 6D | 0 | 2E | 23 | 22 | 159 | 1F | 33 |
| Octal | 250 | 132 | 155 | 0 | 56 | 43 | 42 | 531 | 37 | 63 |
| Binary | 10101000 | 1011010 | 1101101 | 0 | 101110 | 100011 | 100010 | 101011001 | 11111 | 110011 |
Color Harmonies of #A85A6D
Complementary color
Monochromatic Colors of #A85A6D
Black with #A85A6D
Text Example
Text Example
White with #A85A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A6D; }
p { color: rgb(168,90,109); }
H1.HeaderClassName
{
color: #A85A6D;
}
.AnyTagClassName
{
color: #A85A6D;
}
</style>
background-color css
<style>
a { background-color: #A85A6D; }
a { background-color: rgb(168,90,109); }
div.DivClassName
{
background-color: #A85A6D;
}
.BgClassName
{
background-color: #A85A6D;
}
</style>
border-color css
<style>
span { border-color: #A85A6D; }
span { border-color: rgb(168,90,109); }
td.TdClassName
{
border-color: #A85A6D;
}
.TagClassName
{
border-color: #A85A6D;
}
</style>