Shades of Bronco #AB9783
Tints of Bronco #AB9783
RGB
CMYK
RGB Variations
Color information
#AB9783 (or 0xAB9783) is known color: Bronco. HEX triplet: AB, 97 and 83. RGB value is (171,151,131). Sum of RGB (Red+Green+Blue) = 171+151+131=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9783 is #54687C. Grayscale: #9A9A9A. Windows color (decimal): -5531773 or 8624043. OLE color: 8624043.
HSL color Cylindrical-coordinate representation of color #AB9783: hue angle of 30º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9783 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 131 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.33 |
| HSL | 30º | 0.19% | 0.59% | - |
| HSV(B) | 30º | 0.23% | 0.67% | - |
| XYZ | 31.96 | 32.43 | 26.05 | - |
| YUV | 154.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 131 | 0 | 0.12 | 0.23 | 0.33 | 30 | 0.19 | 0.59 |
| Hex | AB | 97 | 83 | 0 | C | 17 | 21 | 1E | 13 | 3B |
| Octal | 253 | 227 | 203 | 0 | 14 | 27 | 41 | 36 | 23 | 73 |
| Binary | 10101011 | 10010111 | 10000011 | 0 | 1100 | 10111 | 100001 | 11110 | 10011 | 111011 |
Color Harmonies of #AB9783
Complementary color
Monochromatic Colors of #AB9783
Black with #AB9783
Text Example
Text Example
White with #AB9783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9783; }
p { color: rgb(171,151,131); }
H1.HeaderClassName
{
color: #AB9783;
}
.AnyTagClassName
{
color: #AB9783;
}
</style>
background-color css
<style>
a { background-color: #AB9783; }
a { background-color: rgb(171,151,131); }
div.DivClassName
{
background-color: #AB9783;
}
.BgClassName
{
background-color: #AB9783;
}
</style>
border-color css
<style>
span { border-color: #AB9783; }
span { border-color: rgb(171,151,131); }
td.TdClassName
{
border-color: #AB9783;
}
.TagClassName
{
border-color: #AB9783;
}
</style>