Shades of Bronco #A89781
Tints of Bronco #A89781
RGB
CMYK
RGB Variations
Color information
#A89781 (or 0xA89781) is known color: Bronco. HEX triplet: A8, 97 and 81. RGB value is (168,151,129). Sum of RGB (Red+Green+Blue) = 168+151+129=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A89781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89781 is #57687E. Grayscale: #999999. Windows color (decimal): -5728383 or 8492968. OLE color: 8492968.
HSL color Cylindrical-coordinate representation of color #A89781: hue angle of 33.85º 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 #A89781 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 129 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.34 |
| HSL | 33.85º | 0.18% | 0.58% | - |
| HSV(B) | 33.85º | 0.23% | 0.66% | - |
| XYZ | 31.18 | 32.04 | 25.31 | - |
| YUV | 153.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 129 | 0 | 0.10 | 0.23 | 0.34 | 33.85 | 0.18 | 0.58 |
| Hex | A8 | 97 | 81 | 0 | A | 17 | 22 | 22 | 12 | 3A |
| Octal | 250 | 227 | 201 | 0 | 12 | 27 | 42 | 42 | 22 | 72 |
| Binary | 10101000 | 10010111 | 10000001 | 0 | 1010 | 10111 | 100010 | 100010 | 10010 | 111010 |
Color Harmonies of #A89781
Complementary color
Monochromatic Colors of #A89781
Black with #A89781
Text Example
Text Example
White with #A89781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89781; }
p { color: rgb(168,151,129); }
H1.HeaderClassName
{
color: #A89781;
}
.AnyTagClassName
{
color: #A89781;
}
</style>
background-color css
<style>
a { background-color: #A89781; }
a { background-color: rgb(168,151,129); }
div.DivClassName
{
background-color: #A89781;
}
.BgClassName
{
background-color: #A89781;
}
</style>
border-color css
<style>
span { border-color: #A89781; }
span { border-color: rgb(168,151,129); }
td.TdClassName
{
border-color: #A89781;
}
.TagClassName
{
border-color: #A89781;
}
</style>