Shades of Bronco #A89676
Tints of Bronco #A89676
RGB
CMYK
RGB Variations
Color information
#A89676 (or 0xA89676) is known color: Bronco. HEX triplet: A8, 96 and 76. RGB value is (168,150,118). Sum of RGB (Red+Green+Blue) = 168+150+118=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A89676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89676 is #576989. Grayscale: #979797. Windows color (decimal): -5728650 or 7771816. OLE color: 7771816.
HSL color Cylindrical-coordinate representation of color #A89676: hue angle of 38.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89676 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 118 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.34 |
| HSL | 38.4º | 0.22% | 0.56% | - |
| HSV(B) | 38.4º | 0.3% | 0.66% | - |
| XYZ | 30.32 | 31.45 | 21.61 | - |
| YUV | 151.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 118 | 0 | 0.11 | 0.30 | 0.34 | 38.4 | 0.22 | 0.56 |
| Hex | A8 | 96 | 76 | 0 | B | 1E | 22 | 26 | 16 | 38 |
| Octal | 250 | 226 | 166 | 0 | 13 | 36 | 42 | 46 | 26 | 70 |
| Binary | 10101000 | 10010110 | 1110110 | 0 | 1011 | 11110 | 100010 | 100110 | 10110 | 111000 |
Color Harmonies of #A89676
Complementary color
Monochromatic Colors of #A89676
Black with #A89676
Text Example
Text Example
White with #A89676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89676; }
p { color: rgb(168,150,118); }
H1.HeaderClassName
{
color: #A89676;
}
.AnyTagClassName
{
color: #A89676;
}
</style>
background-color css
<style>
a { background-color: #A89676; }
a { background-color: rgb(168,150,118); }
div.DivClassName
{
background-color: #A89676;
}
.BgClassName
{
background-color: #A89676;
}
</style>
border-color css
<style>
span { border-color: #A89676; }
span { border-color: rgb(168,150,118); }
td.TdClassName
{
border-color: #A89676;
}
.TagClassName
{
border-color: #A89676;
}
</style>