Shades of Bronco #A39781
Tints of Bronco #A39781
RGB
CMYK
RGB Variations
Color information
#A39781 (or 0xA39781) is known color: Bronco. HEX triplet: A3, 97 and 81. RGB value is (163,151,129). Sum of RGB (Red+Green+Blue) = 163+151+129=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A39781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39781 is #5C687E. Grayscale: #989898. Windows color (decimal): -6056063 or 8492963. OLE color: 8492963.
HSL color Cylindrical-coordinate representation of color #A39781: hue angle of 38.82º 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 #A39781 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 129 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.36 |
| HSL | 38.82º | 0.16% | 0.57% | - |
| HSV(B) | 38.82º | 0.21% | 0.64% | - |
| XYZ | 30.13 | 31.5 | 25.26 | - |
| YUV | 152.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 129 | 0 | 0.07 | 0.21 | 0.36 | 38.82 | 0.16 | 0.57 |
| Hex | A3 | 97 | 81 | 0 | 7 | 15 | 24 | 27 | 10 | 39 |
| Octal | 243 | 227 | 201 | 0 | 7 | 25 | 44 | 47 | 20 | 71 |
| Binary | 10100011 | 10010111 | 10000001 | 0 | 111 | 10101 | 100100 | 100111 | 10000 | 111001 |
Color Harmonies of #A39781
Complementary color
Monochromatic Colors of #A39781
Black with #A39781
Text Example
Text Example
White with #A39781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39781; }
p { color: rgb(163,151,129); }
H1.HeaderClassName
{
color: #A39781;
}
.AnyTagClassName
{
color: #A39781;
}
</style>
background-color css
<style>
a { background-color: #A39781; }
a { background-color: rgb(163,151,129); }
div.DivClassName
{
background-color: #A39781;
}
.BgClassName
{
background-color: #A39781;
}
</style>
border-color css
<style>
span { border-color: #A39781; }
span { border-color: rgb(163,151,129); }
td.TdClassName
{
border-color: #A39781;
}
.TagClassName
{
border-color: #A39781;
}
</style>