Shades of Crail #A85F4B
Tints of Crail #A85F4B
RGB
CMYK
RGB Variations
Color information
#A85F4B (or 0xA85F4B) is known color: Crail. HEX triplet: A8, 5F and 4B. RGB value is (168,95,75). Sum of RGB (Red+Green+Blue) = 168+95+75=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85F4B is #57A0B4. Grayscale: #727272. Windows color (decimal): -5742773 or 4939688. OLE color: 4939688.
HSL color Cylindrical-coordinate representation of color #A85F4B: hue angle of 12.9º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85F4B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 75 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.34 |
| HSL | 12.9º | 0.38% | 0.48% | - |
| HSV(B) | 12.9º | 0.55% | 0.66% | - |
| XYZ | 21.51 | 17.02 | 8.81 | - |
| YUV | 114.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 75 | 0 | 0.43 | 0.55 | 0.34 | 12.9 | 0.38 | 0.48 |
| Hex | A8 | 5F | 4B | 0 | 2B | 37 | 22 | D | 26 | 30 |
| Octal | 250 | 137 | 113 | 0 | 53 | 67 | 42 | 15 | 46 | 60 |
| Binary | 10101000 | 1011111 | 1001011 | 0 | 101011 | 110111 | 100010 | 1101 | 100110 | 110000 |
Color Harmonies of #A85F4B
Complementary color
Monochromatic Colors of #A85F4B
Black with #A85F4B
Text Example
Text Example
White with #A85F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F4B; }
p { color: rgb(168,95,75); }
H1.HeaderClassName
{
color: #A85F4B;
}
.AnyTagClassName
{
color: #A85F4B;
}
</style>
background-color css
<style>
a { background-color: #A85F4B; }
a { background-color: rgb(168,95,75); }
div.DivClassName
{
background-color: #A85F4B;
}
.BgClassName
{
background-color: #A85F4B;
}
</style>
border-color css
<style>
span { border-color: #A85F4B; }
span { border-color: rgb(168,95,75); }
td.TdClassName
{
border-color: #A85F4B;
}
.TagClassName
{
border-color: #A85F4B;
}
</style>