Shades of Bronco #A89479
Tints of Bronco #A89479
RGB
CMYK
RGB Variations
Color information
#A89479 (or 0xA89479) is known color: Bronco. HEX triplet: A8, 94 and 79. RGB value is (168,148,121). Sum of RGB (Red+Green+Blue) = 168+148+121=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A89479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89479 is #576B86. Grayscale: #979797. Windows color (decimal): -5729159 or 7967912. OLE color: 7967912.
HSL color Cylindrical-coordinate representation of color #A89479: hue angle of 34.47º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89479 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 121 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.34 |
| HSL | 34.47º | 0.21% | 0.57% | - |
| HSV(B) | 34.47º | 0.28% | 0.66% | - |
| XYZ | 30.19 | 30.89 | 22.46 | - |
| YUV | 150.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 121 | 0 | 0.12 | 0.28 | 0.34 | 34.47 | 0.21 | 0.57 |
| Hex | A8 | 94 | 79 | 0 | C | 1C | 22 | 22 | 15 | 39 |
| Octal | 250 | 224 | 171 | 0 | 14 | 34 | 42 | 42 | 25 | 71 |
| Binary | 10101000 | 10010100 | 1111001 | 0 | 1100 | 11100 | 100010 | 100010 | 10101 | 111001 |
Color Harmonies of #A89479
Complementary color
Monochromatic Colors of #A89479
Black with #A89479
Text Example
Text Example
White with #A89479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89479; }
p { color: rgb(168,148,121); }
H1.HeaderClassName
{
color: #A89479;
}
.AnyTagClassName
{
color: #A89479;
}
</style>
background-color css
<style>
a { background-color: #A89479; }
a { background-color: rgb(168,148,121); }
div.DivClassName
{
background-color: #A89479;
}
.BgClassName
{
background-color: #A89479;
}
</style>
border-color css
<style>
span { border-color: #A89479; }
span { border-color: rgb(168,148,121); }
td.TdClassName
{
border-color: #A89479;
}
.TagClassName
{
border-color: #A89479;
}
</style>