Shades of Bronco #A89A7D
Tints of Bronco #A89A7D
RGB
CMYK
RGB Variations
Color information
#A89A7D (or 0xA89A7D) is known color: Bronco. HEX triplet: A8, 9A and 7D. RGB value is (168,154,125). Sum of RGB (Red+Green+Blue) = 168+154+125=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A7D is #576582. Grayscale: #9B9B9B. Windows color (decimal): -5727619 or 8231592. OLE color: 8231592.
HSL color Cylindrical-coordinate representation of color #A89A7D: hue angle of 40.47º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A89A7D is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 125 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.34 |
| HSL | 40.47º | 0.2% | 0.57% | - |
| HSV(B) | 40.47º | 0.26% | 0.66% | - |
| XYZ | 31.41 | 32.92 | 24.1 | - |
| YUV | 154.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 125 | 0 | 0.08 | 0.26 | 0.34 | 40.47 | 0.2 | 0.57 |
| Hex | A8 | 9A | 7D | 0 | 8 | 1A | 22 | 28 | 14 | 39 |
| Octal | 250 | 232 | 175 | 0 | 10 | 32 | 42 | 50 | 24 | 71 |
| Binary | 10101000 | 10011010 | 1111101 | 0 | 1000 | 11010 | 100010 | 101000 | 10100 | 111001 |
Color Harmonies of #A89A7D
Complementary color
Monochromatic Colors of #A89A7D
Black with #A89A7D
Text Example
Text Example
White with #A89A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A7D; }
p { color: rgb(168,154,125); }
H1.HeaderClassName
{
color: #A89A7D;
}
.AnyTagClassName
{
color: #A89A7D;
}
</style>
background-color css
<style>
a { background-color: #A89A7D; }
a { background-color: rgb(168,154,125); }
div.DivClassName
{
background-color: #A89A7D;
}
.BgClassName
{
background-color: #A89A7D;
}
</style>
border-color css
<style>
span { border-color: #A89A7D; }
span { border-color: rgb(168,154,125); }
td.TdClassName
{
border-color: #A89A7D;
}
.TagClassName
{
border-color: #A89A7D;
}
</style>