Shades of Crail #AD533F
Tints of Crail #AD533F
RGB
CMYK
RGB Variations
Color information
#AD533F (or 0xAD533F) is known color: Crail. HEX triplet: AD, 53 and 3F. RGB value is (173,83,63). Sum of RGB (Red+Green+Blue) = 173+83+63=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD533F is #52ACC0. Grayscale: #6B6B6B. Windows color (decimal): -5418177 or 4150189. OLE color: 4150189.
HSL color Cylindrical-coordinate representation of color #AD533F: hue angle of 10.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD533F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 63 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.32 |
| HSL | 10.91º | 0.47% | 0.46% | - |
| HSV(B) | 10.91º | 0.64% | 0.68% | - |
| XYZ | 21.22 | 15.43 | 6.56 | - |
| YUV | 107.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 63 | 0 | 0.52 | 0.64 | 0.32 | 10.91 | 0.47 | 0.46 |
| Hex | AD | 53 | 3F | 0 | 34 | 40 | 20 | B | 2F | 2E |
| Octal | 255 | 123 | 77 | 0 | 64 | 100 | 40 | 13 | 57 | 56 |
| Binary | 10101101 | 1010011 | 111111 | 0 | 110100 | 1000000 | 100000 | 1011 | 101111 | 101110 |
Color Harmonies of #AD533F
Complementary color
Monochromatic Colors of #AD533F
Black with #AD533F
Text Example
Text Example
White with #AD533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD533F; }
p { color: rgb(173,83,63); }
H1.HeaderClassName
{
color: #AD533F;
}
.AnyTagClassName
{
color: #AD533F;
}
</style>
background-color css
<style>
a { background-color: #AD533F; }
a { background-color: rgb(173,83,63); }
div.DivClassName
{
background-color: #AD533F;
}
.BgClassName
{
background-color: #AD533F;
}
</style>
border-color css
<style>
span { border-color: #AD533F; }
span { border-color: rgb(173,83,63); }
td.TdClassName
{
border-color: #AD533F;
}
.TagClassName
{
border-color: #AD533F;
}
</style>