Shades of Bronco #AB9A7B
Tints of Bronco #AB9A7B
RGB
CMYK
RGB Variations
Color information
#AB9A7B (or 0xAB9A7B) is known color: Bronco. HEX triplet: AB, 9A and 7B. RGB value is (171,154,123). Sum of RGB (Red+Green+Blue) = 171+154+123=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A7B is #546584. Grayscale: #9B9B9B. Windows color (decimal): -5531013 or 8100523. OLE color: 8100523.
HSL color Cylindrical-coordinate representation of color #AB9A7B: hue angle of 38.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9A7B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 123 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.33 |
| HSL | 38.75º | 0.22% | 0.58% | - |
| HSV(B) | 38.75º | 0.28% | 0.67% | - |
| XYZ | 31.93 | 33.2 | 23.46 | - |
| YUV | 155.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 123 | 0 | 0.10 | 0.28 | 0.33 | 38.75 | 0.22 | 0.58 |
| Hex | AB | 9A | 7B | 0 | A | 1C | 21 | 27 | 16 | 3A |
| Octal | 253 | 232 | 173 | 0 | 12 | 34 | 41 | 47 | 26 | 72 |
| Binary | 10101011 | 10011010 | 1111011 | 0 | 1010 | 11100 | 100001 | 100111 | 10110 | 111010 |
Color Harmonies of #AB9A7B
Complementary color
Monochromatic Colors of #AB9A7B
Black with #AB9A7B
Text Example
Text Example
White with #AB9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A7B; }
p { color: rgb(171,154,123); }
H1.HeaderClassName
{
color: #AB9A7B;
}
.AnyTagClassName
{
color: #AB9A7B;
}
</style>
background-color css
<style>
a { background-color: #AB9A7B; }
a { background-color: rgb(171,154,123); }
div.DivClassName
{
background-color: #AB9A7B;
}
.BgClassName
{
background-color: #AB9A7B;
}
</style>
border-color css
<style>
span { border-color: #AB9A7B; }
span { border-color: rgb(171,154,123); }
td.TdClassName
{
border-color: #AB9A7B;
}
.TagClassName
{
border-color: #AB9A7B;
}
</style>