Shades of Bronco #A89779
Tints of Bronco #A89779
RGB
CMYK
RGB Variations
Color information
#A89779 (or 0xA89779) is known color: Bronco. HEX triplet: A8, 97 and 79. RGB value is (168,151,121). Sum of RGB (Red+Green+Blue) = 168+151+121=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A89779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89779 is #576886. Grayscale: #989898. Windows color (decimal): -5728391 or 7968680. OLE color: 7968680.
HSL color Cylindrical-coordinate representation of color #A89779: hue angle of 38.3º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89779 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 121 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.34 |
| HSL | 38.3º | 0.21% | 0.57% | - |
| HSV(B) | 38.3º | 0.28% | 0.66% | - |
| XYZ | 30.67 | 31.84 | 22.62 | - |
| YUV | 152.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 121 | 0 | 0.10 | 0.28 | 0.34 | 38.3 | 0.21 | 0.57 |
| Hex | A8 | 97 | 79 | 0 | A | 1C | 22 | 26 | 15 | 39 |
| Octal | 250 | 227 | 171 | 0 | 12 | 34 | 42 | 46 | 25 | 71 |
| Binary | 10101000 | 10010111 | 1111001 | 0 | 1010 | 11100 | 100010 | 100110 | 10101 | 111001 |
Color Harmonies of #A89779
Complementary color
Monochromatic Colors of #A89779
Black with #A89779
Text Example
Text Example
White with #A89779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89779; }
p { color: rgb(168,151,121); }
H1.HeaderClassName
{
color: #A89779;
}
.AnyTagClassName
{
color: #A89779;
}
</style>
background-color css
<style>
a { background-color: #A89779; }
a { background-color: rgb(168,151,121); }
div.DivClassName
{
background-color: #A89779;
}
.BgClassName
{
background-color: #A89779;
}
</style>
border-color css
<style>
span { border-color: #A89779; }
span { border-color: rgb(168,151,121); }
td.TdClassName
{
border-color: #A89779;
}
.TagClassName
{
border-color: #A89779;
}
</style>