Shades of Bronco #A89581
Tints of Bronco #A89581
RGB
CMYK
RGB Variations
Color information
#A89581 (or 0xA89581) is known color: Bronco. HEX triplet: A8, 95 and 81. RGB value is (168,149,129). Sum of RGB (Red+Green+Blue) = 168+149+129=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A89581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89581 is #576A7E. Grayscale: #989898. Windows color (decimal): -5728895 or 8492456. OLE color: 8492456.
HSL color Cylindrical-coordinate representation of color #A89581: hue angle of 30.77º 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 #A89581 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 129 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.34 |
| HSL | 30.77º | 0.18% | 0.58% | - |
| HSV(B) | 30.77º | 0.23% | 0.66% | - |
| XYZ | 30.86 | 31.4 | 25.2 | - |
| YUV | 152.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 129 | 0 | 0.11 | 0.23 | 0.34 | 30.77 | 0.18 | 0.58 |
| Hex | A8 | 95 | 81 | 0 | B | 17 | 22 | 1F | 12 | 3A |
| Octal | 250 | 225 | 201 | 0 | 13 | 27 | 42 | 37 | 22 | 72 |
| Binary | 10101000 | 10010101 | 10000001 | 0 | 1011 | 10111 | 100010 | 11111 | 10010 | 111010 |
Color Harmonies of #A89581
Complementary color
Monochromatic Colors of #A89581
Black with #A89581
Text Example
Text Example
White with #A89581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89581; }
p { color: rgb(168,149,129); }
H1.HeaderClassName
{
color: #A89581;
}
.AnyTagClassName
{
color: #A89581;
}
</style>
background-color css
<style>
a { background-color: #A89581; }
a { background-color: rgb(168,149,129); }
div.DivClassName
{
background-color: #A89581;
}
.BgClassName
{
background-color: #A89581;
}
</style>
border-color css
<style>
span { border-color: #A89581; }
span { border-color: rgb(168,149,129); }
td.TdClassName
{
border-color: #A89581;
}
.TagClassName
{
border-color: #A89581;
}
</style>