Shades of Bronco #A39580
Tints of Bronco #A39580
RGB
CMYK
RGB Variations
Color information
#A39580 (or 0xA39580) is known color: Bronco. HEX triplet: A3, 95 and 80. RGB value is (163,149,128). Sum of RGB (Red+Green+Blue) = 163+149+128=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A39580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39580 is #5C6A7F. Grayscale: #969696. Windows color (decimal): -6056576 or 8426915. OLE color: 8426915.
HSL color Cylindrical-coordinate representation of color #A39580: hue angle of 36º 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 #A39580 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 128 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.36 |
| HSL | 36º | 0.16% | 0.57% | - |
| HSV(B) | 36º | 0.21% | 0.64% | - |
| XYZ | 29.75 | 30.84 | 24.81 | - |
| YUV | 150.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 128 | 0 | 0.09 | 0.21 | 0.36 | 36 | 0.16 | 0.57 |
| Hex | A3 | 95 | 80 | 0 | 9 | 15 | 24 | 24 | 10 | 39 |
| Octal | 243 | 225 | 200 | 0 | 11 | 25 | 44 | 44 | 20 | 71 |
| Binary | 10100011 | 10010101 | 10000000 | 0 | 1001 | 10101 | 100100 | 100100 | 10000 | 111001 |
Color Harmonies of #A39580
Complementary color
Monochromatic Colors of #A39580
Black with #A39580
Text Example
Text Example
White with #A39580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39580; }
p { color: rgb(163,149,128); }
H1.HeaderClassName
{
color: #A39580;
}
.AnyTagClassName
{
color: #A39580;
}
</style>
background-color css
<style>
a { background-color: #A39580; }
a { background-color: rgb(163,149,128); }
div.DivClassName
{
background-color: #A39580;
}
.BgClassName
{
background-color: #A39580;
}
</style>
border-color css
<style>
span { border-color: #A39580; }
span { border-color: rgb(163,149,128); }
td.TdClassName
{
border-color: #A39580;
}
.TagClassName
{
border-color: #A39580;
}
</style>