Shades of Bronco #A39680
Tints of Bronco #A39680
RGB
CMYK
RGB Variations
Color information
#A39680 (or 0xA39680) is known color: Bronco. HEX triplet: A3, 96 and 80. RGB value is (163,150,128). Sum of RGB (Red+Green+Blue) = 163+150+128=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A39680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39680 is #5C697F. Grayscale: #979797. Windows color (decimal): -6056320 or 8427171. OLE color: 8427171.
HSL color Cylindrical-coordinate representation of color #A39680: hue angle of 37.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A39680 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 128 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.36 |
| HSL | 37.71º | 0.16% | 0.57% | - |
| HSV(B) | 37.71º | 0.21% | 0.64% | - |
| XYZ | 29.91 | 31.16 | 24.86 | - |
| YUV | 151.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 128 | 0 | 0.08 | 0.21 | 0.36 | 37.71 | 0.16 | 0.57 |
| Hex | A3 | 96 | 80 | 0 | 8 | 15 | 24 | 26 | 10 | 39 |
| Octal | 243 | 226 | 200 | 0 | 10 | 25 | 44 | 46 | 20 | 71 |
| Binary | 10100011 | 10010110 | 10000000 | 0 | 1000 | 10101 | 100100 | 100110 | 10000 | 111001 |
Color Harmonies of #A39680
Complementary color
Monochromatic Colors of #A39680
Black with #A39680
Text Example
Text Example
White with #A39680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39680; }
p { color: rgb(163,150,128); }
H1.HeaderClassName
{
color: #A39680;
}
.AnyTagClassName
{
color: #A39680;
}
</style>
background-color css
<style>
a { background-color: #A39680; }
a { background-color: rgb(163,150,128); }
div.DivClassName
{
background-color: #A39680;
}
.BgClassName
{
background-color: #A39680;
}
</style>
border-color css
<style>
span { border-color: #A39680; }
span { border-color: rgb(163,150,128); }
td.TdClassName
{
border-color: #A39680;
}
.TagClassName
{
border-color: #A39680;
}
</style>