Shades of Bronco #AB9679
Tints of Bronco #AB9679
RGB
CMYK
RGB Variations
Color information
#AB9679 (or 0xAB9679) is known color: Bronco. HEX triplet: AB, 96 and 79. RGB value is (171,150,121). Sum of RGB (Red+Green+Blue) = 171+150+121=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9679 is #546986. Grayscale: #999999. Windows color (decimal): -5532039 or 7968427. OLE color: 7968427.
HSL color Cylindrical-coordinate representation of color #AB9679: hue angle of 34.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9679 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 121 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.33 |
| HSL | 34.8º | 0.23% | 0.57% | - |
| HSV(B) | 34.8º | 0.29% | 0.67% | - |
| XYZ | 31.15 | 31.85 | 22.6 | - |
| YUV | 152.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 121 | 0 | 0.12 | 0.29 | 0.33 | 34.8 | 0.23 | 0.57 |
| Hex | AB | 96 | 79 | 0 | C | 1D | 21 | 23 | 17 | 39 |
| Octal | 253 | 226 | 171 | 0 | 14 | 35 | 41 | 43 | 27 | 71 |
| Binary | 10101011 | 10010110 | 1111001 | 0 | 1100 | 11101 | 100001 | 100011 | 10111 | 111001 |
Color Harmonies of #AB9679
Complementary color
Monochromatic Colors of #AB9679
Black with #AB9679
Text Example
Text Example
White with #AB9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9679; }
p { color: rgb(171,150,121); }
H1.HeaderClassName
{
color: #AB9679;
}
.AnyTagClassName
{
color: #AB9679;
}
</style>
background-color css
<style>
a { background-color: #AB9679; }
a { background-color: rgb(171,150,121); }
div.DivClassName
{
background-color: #AB9679;
}
.BgClassName
{
background-color: #AB9679;
}
</style>
border-color css
<style>
span { border-color: #AB9679; }
span { border-color: rgb(171,150,121); }
td.TdClassName
{
border-color: #AB9679;
}
.TagClassName
{
border-color: #AB9679;
}
</style>