Shades of Bronco #A89981
Tints of Bronco #A89981
RGB
CMYK
RGB Variations
Color information
#A89981 (or 0xA89981) is known color: Bronco. HEX triplet: A8, 99 and 81. RGB value is (168,153,129). Sum of RGB (Red+Green+Blue) = 168+153+129=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A89981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89981 is #57667E. Grayscale: #9A9A9A. Windows color (decimal): -5727871 or 8493480. OLE color: 8493480.
HSL color Cylindrical-coordinate representation of color #A89981: hue angle of 36.92º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89981 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 129 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.34 |
| HSL | 36.92º | 0.18% | 0.58% | - |
| HSV(B) | 36.92º | 0.23% | 0.66% | - |
| XYZ | 31.5 | 32.69 | 25.42 | - |
| YUV | 154.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 129 | 0 | 0.09 | 0.23 | 0.34 | 36.92 | 0.18 | 0.58 |
| Hex | A8 | 99 | 81 | 0 | 9 | 17 | 22 | 25 | 12 | 3A |
| Octal | 250 | 231 | 201 | 0 | 11 | 27 | 42 | 45 | 22 | 72 |
| Binary | 10101000 | 10011001 | 10000001 | 0 | 1001 | 10111 | 100010 | 100101 | 10010 | 111010 |
Color Harmonies of #A89981
Complementary color
Monochromatic Colors of #A89981
Black with #A89981
Text Example
Text Example
White with #A89981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89981; }
p { color: rgb(168,153,129); }
H1.HeaderClassName
{
color: #A89981;
}
.AnyTagClassName
{
color: #A89981;
}
</style>
background-color css
<style>
a { background-color: #A89981; }
a { background-color: rgb(168,153,129); }
div.DivClassName
{
background-color: #A89981;
}
.BgClassName
{
background-color: #A89981;
}
</style>
border-color css
<style>
span { border-color: #A89981; }
span { border-color: rgb(168,153,129); }
td.TdClassName
{
border-color: #A89981;
}
.TagClassName
{
border-color: #A89981;
}
</style>