Shades of Bronco #A59680
Tints of Bronco #A59680
RGB
CMYK
RGB Variations
Color information
#A59680 (or 0xA59680) is known color: Bronco. HEX triplet: A5, 96 and 80. RGB value is (165,150,128). Sum of RGB (Red+Green+Blue) = 165+150+128=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A59680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59680 is #5A697F. Grayscale: #989898. Windows color (decimal): -5925248 or 8427173. OLE color: 8427173.
HSL color Cylindrical-coordinate representation of color #A59680: hue angle of 35.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59680 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 128 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.35 |
| HSL | 35.68º | 0.17% | 0.57% | - |
| HSV(B) | 35.68º | 0.22% | 0.65% | - |
| XYZ | 30.32 | 31.37 | 24.88 | - |
| YUV | 151.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 128 | 0 | 0.09 | 0.22 | 0.35 | 35.68 | 0.17 | 0.57 |
| Hex | A5 | 96 | 80 | 0 | 9 | 16 | 23 | 24 | 11 | 39 |
| Octal | 245 | 226 | 200 | 0 | 11 | 26 | 43 | 44 | 21 | 71 |
| Binary | 10100101 | 10010110 | 10000000 | 0 | 1001 | 10110 | 100011 | 100100 | 10001 | 111001 |
Color Harmonies of #A59680
Complementary color
Monochromatic Colors of #A59680
Black with #A59680
Text Example
Text Example
White with #A59680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59680; }
p { color: rgb(165,150,128); }
H1.HeaderClassName
{
color: #A59680;
}
.AnyTagClassName
{
color: #A59680;
}
</style>
background-color css
<style>
a { background-color: #A59680; }
a { background-color: rgb(165,150,128); }
div.DivClassName
{
background-color: #A59680;
}
.BgClassName
{
background-color: #A59680;
}
</style>
border-color css
<style>
span { border-color: #A59680; }
span { border-color: rgb(165,150,128); }
td.TdClassName
{
border-color: #A59680;
}
.TagClassName
{
border-color: #A59680;
}
</style>