Shades of Bronco #AA9778
Tints of Bronco #AA9778
RGB
CMYK
RGB Variations
Color information
#AA9778 (or 0xAA9778) is known color: Bronco. HEX triplet: AA, 97 and 78. RGB value is (170,151,120). Sum of RGB (Red+Green+Blue) = 170+151+120=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9778 is #556887. Grayscale: #999999. Windows color (decimal): -5597320 or 7903146. OLE color: 7903146.
HSL color Cylindrical-coordinate representation of color #AA9778: hue angle of 37.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9778 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 120 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.33 |
| HSL | 37.2º | 0.23% | 0.57% | - |
| HSV(B) | 37.2º | 0.29% | 0.67% | - |
| XYZ | 31.03 | 32.04 | 22.32 | - |
| YUV | 153.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 120 | 0 | 0.11 | 0.29 | 0.33 | 37.2 | 0.23 | 0.57 |
| Hex | AA | 97 | 78 | 0 | B | 1D | 21 | 25 | 17 | 39 |
| Octal | 252 | 227 | 170 | 0 | 13 | 35 | 41 | 45 | 27 | 71 |
| Binary | 10101010 | 10010111 | 1111000 | 0 | 1011 | 11101 | 100001 | 100101 | 10111 | 111001 |
Color Harmonies of #AA9778
Complementary color
Monochromatic Colors of #AA9778
Black with #AA9778
Text Example
Text Example
White with #AA9778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9778; }
p { color: rgb(170,151,120); }
H1.HeaderClassName
{
color: #AA9778;
}
.AnyTagClassName
{
color: #AA9778;
}
</style>
background-color css
<style>
a { background-color: #AA9778; }
a { background-color: rgb(170,151,120); }
div.DivClassName
{
background-color: #AA9778;
}
.BgClassName
{
background-color: #AA9778;
}
</style>
border-color css
<style>
span { border-color: #AA9778; }
span { border-color: rgb(170,151,120); }
td.TdClassName
{
border-color: #AA9778;
}
.TagClassName
{
border-color: #AA9778;
}
</style>