Shades of Crail #A9604F
Tints of Crail #A9604F
RGB
CMYK
RGB Variations
Color information
#A9604F (or 0xA9604F) is known color: Crail. HEX triplet: A9, 60 and 4F. RGB value is (169,96,79). Sum of RGB (Red+Green+Blue) = 169+96+79=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9604F is #569FB0. Grayscale: #747474. Windows color (decimal): -5676977 or 5202089. OLE color: 5202089.
HSL color Cylindrical-coordinate representation of color #A9604F: hue angle of 11.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9604F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 79 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.34 |
| HSL | 11.33º | 0.36% | 0.49% | - |
| HSV(B) | 11.33º | 0.53% | 0.66% | - |
| XYZ | 21.96 | 17.37 | 9.59 | - |
| YUV | 115.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 79 | 0 | 0.43 | 0.53 | 0.34 | 11.33 | 0.36 | 0.49 |
| Hex | A9 | 60 | 4F | 0 | 2B | 35 | 22 | B | 24 | 31 |
| Octal | 251 | 140 | 117 | 0 | 53 | 65 | 42 | 13 | 44 | 61 |
| Binary | 10101001 | 1100000 | 1001111 | 0 | 101011 | 110101 | 100010 | 1011 | 100100 | 110001 |
Color Harmonies of #A9604F
Complementary color
Monochromatic Colors of #A9604F
Black with #A9604F
Text Example
Text Example
White with #A9604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9604F; }
p { color: rgb(169,96,79); }
H1.HeaderClassName
{
color: #A9604F;
}
.AnyTagClassName
{
color: #A9604F;
}
</style>
background-color css
<style>
a { background-color: #A9604F; }
a { background-color: rgb(169,96,79); }
div.DivClassName
{
background-color: #A9604F;
}
.BgClassName
{
background-color: #A9604F;
}
</style>
border-color css
<style>
span { border-color: #A9604F; }
span { border-color: rgb(169,96,79); }
td.TdClassName
{
border-color: #A9604F;
}
.TagClassName
{
border-color: #A9604F;
}
</style>