Shades of Crail #AB533F
Tints of Crail #AB533F
RGB
CMYK
RGB Variations
Color information
#AB533F (or 0xAB533F) is known color: Crail. HEX triplet: AB, 53 and 3F. RGB value is (171,83,63). Sum of RGB (Red+Green+Blue) = 171+83+63=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB533F is #54ACC0. Grayscale: #6B6B6B. Windows color (decimal): -5549249 or 4150187. OLE color: 4150187.
HSL color Cylindrical-coordinate representation of color #AB533F: hue angle of 11.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB533F is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 63 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.33 |
| HSL | 11.11º | 0.46% | 0.46% | - |
| HSV(B) | 11.11º | 0.63% | 0.67% | - |
| XYZ | 20.79 | 15.2 | 6.54 | - |
| YUV | 107.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 63 | 0 | 0.51 | 0.63 | 0.33 | 11.11 | 0.46 | 0.46 |
| Hex | AB | 53 | 3F | 0 | 33 | 3F | 21 | B | 2E | 2E |
| Octal | 253 | 123 | 77 | 0 | 63 | 77 | 41 | 13 | 56 | 56 |
| Binary | 10101011 | 1010011 | 111111 | 0 | 110011 | 111111 | 100001 | 1011 | 101110 | 101110 |
Color Harmonies of #AB533F
Complementary color
Monochromatic Colors of #AB533F
Black with #AB533F
Text Example
Text Example
White with #AB533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB533F; }
p { color: rgb(171,83,63); }
H1.HeaderClassName
{
color: #AB533F;
}
.AnyTagClassName
{
color: #AB533F;
}
</style>
background-color css
<style>
a { background-color: #AB533F; }
a { background-color: rgb(171,83,63); }
div.DivClassName
{
background-color: #AB533F;
}
.BgClassName
{
background-color: #AB533F;
}
</style>
border-color css
<style>
span { border-color: #AB533F; }
span { border-color: rgb(171,83,63); }
td.TdClassName
{
border-color: #AB533F;
}
.TagClassName
{
border-color: #AB533F;
}
</style>