Shades of Bronco #A99779
Tints of Bronco #A99779
RGB
CMYK
RGB Variations
Color information
#A99779 (or 0xA99779) is known color: Bronco. HEX triplet: A9, 97 and 79. RGB value is (169,151,121). Sum of RGB (Red+Green+Blue) = 169+151+121=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A99779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99779 is #566886. Grayscale: #999999. Windows color (decimal): -5662855 or 7968681. OLE color: 7968681.
HSL color Cylindrical-coordinate representation of color #A99779: hue angle of 37.5º degrees, saturation: 0.22, 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 #A99779 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 121 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.34 |
| HSL | 37.5º | 0.22% | 0.57% | - |
| HSV(B) | 37.5º | 0.28% | 0.66% | - |
| XYZ | 30.88 | 31.95 | 22.63 | - |
| YUV | 152.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 121 | 0 | 0.11 | 0.28 | 0.34 | 37.5 | 0.22 | 0.57 |
| Hex | A9 | 97 | 79 | 0 | B | 1C | 22 | 26 | 16 | 39 |
| Octal | 251 | 227 | 171 | 0 | 13 | 34 | 42 | 46 | 26 | 71 |
| Binary | 10101001 | 10010111 | 1111001 | 0 | 1011 | 11100 | 100010 | 100110 | 10110 | 111001 |
Color Harmonies of #A99779
Complementary color
Monochromatic Colors of #A99779
Black with #A99779
Text Example
Text Example
White with #A99779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99779; }
p { color: rgb(169,151,121); }
H1.HeaderClassName
{
color: #A99779;
}
.AnyTagClassName
{
color: #A99779;
}
</style>
background-color css
<style>
a { background-color: #A99779; }
a { background-color: rgb(169,151,121); }
div.DivClassName
{
background-color: #A99779;
}
.BgClassName
{
background-color: #A99779;
}
</style>
border-color css
<style>
span { border-color: #A99779; }
span { border-color: rgb(169,151,121); }
td.TdClassName
{
border-color: #A99779;
}
.TagClassName
{
border-color: #A99779;
}
</style>