Shades of Bronco #A89A80
Tints of Bronco #A89A80
RGB
CMYK
RGB Variations
Color information
#A89A80 (or 0xA89A80) is known color: Bronco. HEX triplet: A8, 9A and 80. RGB value is (168,154,128). Sum of RGB (Red+Green+Blue) = 168+154+128=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89A80 is #57657F. Grayscale: #9B9B9B. Windows color (decimal): -5727616 or 8428200. OLE color: 8428200.
HSL color Cylindrical-coordinate representation of color #A89A80: hue angle of 39º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89A80 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 128 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.34 |
| HSL | 39º | 0.19% | 0.58% | - |
| HSV(B) | 39º | 0.24% | 0.66% | - |
| XYZ | 31.6 | 32.99 | 25.13 | - |
| YUV | 155.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 128 | 0 | 0.08 | 0.24 | 0.34 | 39 | 0.19 | 0.58 |
| Hex | A8 | 9A | 80 | 0 | 8 | 18 | 22 | 27 | 13 | 3A |
| Octal | 250 | 232 | 200 | 0 | 10 | 30 | 42 | 47 | 23 | 72 |
| Binary | 10101000 | 10011010 | 10000000 | 0 | 1000 | 11000 | 100010 | 100111 | 10011 | 111010 |
Color Harmonies of #A89A80
Complementary color
Monochromatic Colors of #A89A80
Black with #A89A80
Text Example
Text Example
White with #A89A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A80; }
p { color: rgb(168,154,128); }
H1.HeaderClassName
{
color: #A89A80;
}
.AnyTagClassName
{
color: #A89A80;
}
</style>
background-color css
<style>
a { background-color: #A89A80; }
a { background-color: rgb(168,154,128); }
div.DivClassName
{
background-color: #A89A80;
}
.BgClassName
{
background-color: #A89A80;
}
</style>
border-color css
<style>
span { border-color: #A89A80; }
span { border-color: rgb(168,154,128); }
td.TdClassName
{
border-color: #A89A80;
}
.TagClassName
{
border-color: #A89A80;
}
</style>