Shades of Bronco #AB9882
Tints of Bronco #AB9882
RGB
CMYK
RGB Variations
Color information
#AB9882 (or 0xAB9882) is known color: Bronco. HEX triplet: AB, 98 and 82. RGB value is (171,152,130). Sum of RGB (Red+Green+Blue) = 171+152+130=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9882 is #54677D. Grayscale: #9B9B9B. Windows color (decimal): -5531518 or 8558763. OLE color: 8558763.
HSL color Cylindrical-coordinate representation of color #AB9882: hue angle of 32.2º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9882 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 130 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.33 |
| HSL | 32.2º | 0.2% | 0.59% | - |
| HSV(B) | 32.2º | 0.24% | 0.67% | - |
| XYZ | 32.05 | 32.73 | 25.75 | - |
| YUV | 155.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 130 | 0 | 0.11 | 0.24 | 0.33 | 32.2 | 0.2 | 0.59 |
| Hex | AB | 98 | 82 | 0 | B | 18 | 21 | 20 | 14 | 3B |
| Octal | 253 | 230 | 202 | 0 | 13 | 30 | 41 | 40 | 24 | 73 |
| Binary | 10101011 | 10011000 | 10000010 | 0 | 1011 | 11000 | 100001 | 100000 | 10100 | 111011 |
Color Harmonies of #AB9882
Complementary color
Monochromatic Colors of #AB9882
Black with #AB9882
Text Example
Text Example
White with #AB9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9882; }
p { color: rgb(171,152,130); }
H1.HeaderClassName
{
color: #AB9882;
}
.AnyTagClassName
{
color: #AB9882;
}
</style>
background-color css
<style>
a { background-color: #AB9882; }
a { background-color: rgb(171,152,130); }
div.DivClassName
{
background-color: #AB9882;
}
.BgClassName
{
background-color: #AB9882;
}
</style>
border-color css
<style>
span { border-color: #AB9882; }
span { border-color: rgb(171,152,130); }
td.TdClassName
{
border-color: #AB9882;
}
.TagClassName
{
border-color: #AB9882;
}
</style>