Shades of Mandalay #AB7B3E
Tints of Mandalay #AB7B3E
RGB
CMYK
RGB Variations
Color information
#AB7B3E (or 0xAB7B3E) is known color: Mandalay. HEX triplet: AB, 7B and 3E. RGB value is (171,123,62). Sum of RGB (Red+Green+Blue) = 171+123+62=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B3E is #5484C1. Grayscale: #828282. Windows color (decimal): -5539010 or 4094891. OLE color: 4094891.
HSL color Cylindrical-coordinate representation of color #AB7B3E: hue angle of 33.58º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB7B3E is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 62 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.33 |
| HSL | 33.58º | 0.47% | 0.46% | - |
| HSV(B) | 33.58º | 0.64% | 0.67% | - |
| XYZ | 24.75 | 23.17 | 7.73 | - |
| YUV | 130.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 62 | 0 | 0.28 | 0.64 | 0.33 | 33.58 | 0.47 | 0.46 |
| Hex | AB | 7B | 3E | 0 | 1C | 40 | 21 | 22 | 2F | 2E |
| Octal | 253 | 173 | 76 | 0 | 34 | 100 | 41 | 42 | 57 | 56 |
| Binary | 10101011 | 1111011 | 111110 | 0 | 11100 | 1000000 | 100001 | 100010 | 101111 | 101110 |
Color Harmonies of #AB7B3E
Complementary color
Monochromatic Colors of #AB7B3E
Black with #AB7B3E
Text Example
Text Example
White with #AB7B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B3E; }
p { color: rgb(171,123,62); }
H1.HeaderClassName
{
color: #AB7B3E;
}
.AnyTagClassName
{
color: #AB7B3E;
}
</style>
background-color css
<style>
a { background-color: #AB7B3E; }
a { background-color: rgb(171,123,62); }
div.DivClassName
{
background-color: #AB7B3E;
}
.BgClassName
{
background-color: #AB7B3E;
}
</style>
border-color css
<style>
span { border-color: #AB7B3E; }
span { border-color: rgb(171,123,62); }
td.TdClassName
{
border-color: #AB7B3E;
}
.TagClassName
{
border-color: #AB7B3E;
}
</style>