Shades of Blush #A85A68
Tints of Blush #A85A68
RGB
CMYK
RGB Variations
Color information
#A85A68 (or 0xA85A68) is known color: Blush. HEX triplet: A8, 5A and 68. RGB value is (168,90,104). Sum of RGB (Red+Green+Blue) = 168+90+104=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A68 is #57A597. Grayscale: #727272. Windows color (decimal): -5744024 or 6838952. OLE color: 6838952.
HSL color Cylindrical-coordinate representation of color #A85A68: hue angle of 349.23º 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 #A85A68 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 104 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.34 |
| HSL | 349.23º | 0.31% | 0.51% | - |
| HSV(B) | 349.23º | 0.46% | 0.66% | - |
| XYZ | 22.3 | 16.64 | 15.13 | - |
| YUV | 114.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 104 | 0 | 0.46 | 0.38 | 0.34 | 349.23 | 0.31 | 0.51 |
| Hex | A8 | 5A | 68 | 0 | 2E | 26 | 22 | 15D | 1F | 33 |
| Octal | 250 | 132 | 150 | 0 | 56 | 46 | 42 | 535 | 37 | 63 |
| Binary | 10101000 | 1011010 | 1101000 | 0 | 101110 | 100110 | 100010 | 101011101 | 11111 | 110011 |
Color Harmonies of #A85A68
Complementary color
Monochromatic Colors of #A85A68
Black with #A85A68
Text Example
Text Example
White with #A85A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A68; }
p { color: rgb(168,90,104); }
H1.HeaderClassName
{
color: #A85A68;
}
.AnyTagClassName
{
color: #A85A68;
}
</style>
background-color css
<style>
a { background-color: #A85A68; }
a { background-color: rgb(168,90,104); }
div.DivClassName
{
background-color: #A85A68;
}
.BgClassName
{
background-color: #A85A68;
}
</style>
border-color css
<style>
span { border-color: #A85A68; }
span { border-color: rgb(168,90,104); }
td.TdClassName
{
border-color: #A85A68;
}
.TagClassName
{
border-color: #A85A68;
}
</style>