Shades of Crail #AF5541
Tints of Crail #AF5541
RGB
CMYK
RGB Variations
Color information
#AF5541 (or 0xAF5541) is known color: Crail. HEX triplet: AF, 55 and 41. RGB value is (175,85,65). Sum of RGB (Red+Green+Blue) = 175+85+65=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5541 is #50AABE. Grayscale: #6D6D6D. Windows color (decimal): -5286591 or 4281775. OLE color: 4281775.
HSL color Cylindrical-coordinate representation of color #AF5541: hue angle of 10.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5541 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 65 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.31 |
| HSL | 10.91º | 0.46% | 0.47% | - |
| HSV(B) | 10.91º | 0.63% | 0.69% | - |
| XYZ | 21.88 | 15.99 | 6.93 | - |
| YUV | 109.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 65 | 0 | 0.51 | 0.63 | 0.31 | 10.91 | 0.46 | 0.47 |
| Hex | AF | 55 | 41 | 0 | 33 | 3F | 1F | B | 2E | 2F |
| Octal | 257 | 125 | 101 | 0 | 63 | 77 | 37 | 13 | 56 | 57 |
| Binary | 10101111 | 1010101 | 1000001 | 0 | 110011 | 111111 | 11111 | 1011 | 101110 | 101111 |
Color Harmonies of #AF5541
Complementary color
Monochromatic Colors of #AF5541
Black with #AF5541
Text Example
Text Example
White with #AF5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5541; }
p { color: rgb(175,85,65); }
H1.HeaderClassName
{
color: #AF5541;
}
.AnyTagClassName
{
color: #AF5541;
}
</style>
background-color css
<style>
a { background-color: #AF5541; }
a { background-color: rgb(175,85,65); }
div.DivClassName
{
background-color: #AF5541;
}
.BgClassName
{
background-color: #AF5541;
}
</style>
border-color css
<style>
span { border-color: #AF5541; }
span { border-color: rgb(175,85,65); }
td.TdClassName
{
border-color: #AF5541;
}
.TagClassName
{
border-color: #AF5541;
}
</style>