Shades of Crail #AF5440
Tints of Crail #AF5440
RGB
CMYK
RGB Variations
Color information
#AF5440 (or 0xAF5440) is known color: Crail. HEX triplet: AF, 54 and 40. RGB value is (175,84,64). Sum of RGB (Red+Green+Blue) = 175+84+64=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5440 is #50ABBF. Grayscale: #6D6D6D. Windows color (decimal): -5286848 or 4215983. OLE color: 4215983.
HSL color Cylindrical-coordinate representation of color #AF5440: hue angle of 10.81º 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 #AF5440 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 64 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.31 |
| HSL | 10.81º | 0.46% | 0.47% | - |
| HSV(B) | 10.81º | 0.63% | 0.69% | - |
| XYZ | 21.77 | 15.82 | 6.76 | - |
| YUV | 108.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 64 | 0 | 0.52 | 0.63 | 0.31 | 10.81 | 0.46 | 0.47 |
| Hex | AF | 54 | 40 | 0 | 34 | 3F | 1F | B | 2E | 2F |
| Octal | 257 | 124 | 100 | 0 | 64 | 77 | 37 | 13 | 56 | 57 |
| Binary | 10101111 | 1010100 | 1000000 | 0 | 110100 | 111111 | 11111 | 1011 | 101110 | 101111 |
Color Harmonies of #AF5440
Complementary color
Monochromatic Colors of #AF5440
Black with #AF5440
Text Example
Text Example
White with #AF5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5440; }
p { color: rgb(175,84,64); }
H1.HeaderClassName
{
color: #AF5440;
}
.AnyTagClassName
{
color: #AF5440;
}
</style>
background-color css
<style>
a { background-color: #AF5440; }
a { background-color: rgb(175,84,64); }
div.DivClassName
{
background-color: #AF5440;
}
.BgClassName
{
background-color: #AF5440;
}
</style>
border-color css
<style>
span { border-color: #AF5440; }
span { border-color: rgb(175,84,64); }
td.TdClassName
{
border-color: #AF5440;
}
.TagClassName
{
border-color: #AF5440;
}
</style>