Shades of Crail #A95C4D
Tints of Crail #A95C4D
RGB
CMYK
RGB Variations
Color information
#A95C4D (or 0xA95C4D) is known color: Crail. HEX triplet: A9, 5C and 4D. RGB value is (169,92,77). Sum of RGB (Red+Green+Blue) = 169+92+77=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C4D is #56A3B2. Grayscale: #717171. Windows color (decimal): -5678003 or 5069993. OLE color: 5069993.
HSL color Cylindrical-coordinate representation of color #A95C4D: hue angle of 9.78º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95C4D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 77 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.34 |
| HSL | 9.78º | 0.37% | 0.48% | - |
| HSV(B) | 9.78º | 0.54% | 0.66% | - |
| XYZ | 21.53 | 16.63 | 9.1 | - |
| YUV | 113.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 77 | 0 | 0.46 | 0.54 | 0.34 | 9.78 | 0.37 | 0.48 |
| Hex | A9 | 5C | 4D | 0 | 2E | 36 | 22 | A | 25 | 30 |
| Octal | 251 | 134 | 115 | 0 | 56 | 66 | 42 | 12 | 45 | 60 |
| Binary | 10101001 | 1011100 | 1001101 | 0 | 101110 | 110110 | 100010 | 1010 | 100101 | 110000 |
Color Harmonies of #A95C4D
Complementary color
Monochromatic Colors of #A95C4D
Black with #A95C4D
Text Example
Text Example
White with #A95C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C4D; }
p { color: rgb(169,92,77); }
H1.HeaderClassName
{
color: #A95C4D;
}
.AnyTagClassName
{
color: #A95C4D;
}
</style>
background-color css
<style>
a { background-color: #A95C4D; }
a { background-color: rgb(169,92,77); }
div.DivClassName
{
background-color: #A95C4D;
}
.BgClassName
{
background-color: #A95C4D;
}
</style>
border-color css
<style>
span { border-color: #A95C4D; }
span { border-color: rgb(169,92,77); }
td.TdClassName
{
border-color: #A95C4D;
}
.TagClassName
{
border-color: #A95C4D;
}
</style>