Shades of Bronco #A89A7E
Tints of Bronco #A89A7E
RGB
CMYK
RGB Variations
Color information
#A89A7E (or 0xA89A7E) is known color: Bronco. HEX triplet: A8, 9A and 7E. RGB value is (168,154,126). Sum of RGB (Red+Green+Blue) = 168+154+126=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A7E is #576581. Grayscale: #9B9B9B. Windows color (decimal): -5727618 or 8297128. OLE color: 8297128.
HSL color Cylindrical-coordinate representation of color #A89A7E: hue angle of 40º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89A7E is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 126 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.34 |
| HSL | 40º | 0.19% | 0.58% | - |
| HSV(B) | 40º | 0.25% | 0.66% | - |
| XYZ | 31.47 | 32.94 | 24.44 | - |
| YUV | 154.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 126 | 0 | 0.08 | 0.25 | 0.34 | 40 | 0.19 | 0.58 |
| Hex | A8 | 9A | 7E | 0 | 8 | 19 | 22 | 28 | 13 | 3A |
| Octal | 250 | 232 | 176 | 0 | 10 | 31 | 42 | 50 | 23 | 72 |
| Binary | 10101000 | 10011010 | 1111110 | 0 | 1000 | 11001 | 100010 | 101000 | 10011 | 111010 |
Color Harmonies of #A89A7E
Complementary color
Monochromatic Colors of #A89A7E
Black with #A89A7E
Text Example
Text Example
White with #A89A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A7E; }
p { color: rgb(168,154,126); }
H1.HeaderClassName
{
color: #A89A7E;
}
.AnyTagClassName
{
color: #A89A7E;
}
</style>
background-color css
<style>
a { background-color: #A89A7E; }
a { background-color: rgb(168,154,126); }
div.DivClassName
{
background-color: #A89A7E;
}
.BgClassName
{
background-color: #A89A7E;
}
</style>
border-color css
<style>
span { border-color: #A89A7E; }
span { border-color: rgb(168,154,126); }
td.TdClassName
{
border-color: #A89A7E;
}
.TagClassName
{
border-color: #A89A7E;
}
</style>