Shades of Bronco #AA9683
Tints of Bronco #AA9683
RGB
CMYK
RGB Variations
Color information
#AA9683 (or 0xAA9683) is known color: Bronco. HEX triplet: AA, 96 and 83. RGB value is (170,150,131). Sum of RGB (Red+Green+Blue) = 170+150+131=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9683 is #55697C. Grayscale: #999999. Windows color (decimal): -5597565 or 8623786. OLE color: 8623786.
HSL color Cylindrical-coordinate representation of color #AA9683: hue angle of 29.23º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9683 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 131 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.33 |
| HSL | 29.23º | 0.19% | 0.59% | - |
| HSV(B) | 29.23º | 0.23% | 0.67% | - |
| XYZ | 31.58 | 32 | 25.98 | - |
| YUV | 153.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 131 | 0 | 0.12 | 0.23 | 0.33 | 29.23 | 0.19 | 0.59 |
| Hex | AA | 96 | 83 | 0 | C | 17 | 21 | 1D | 13 | 3B |
| Octal | 252 | 226 | 203 | 0 | 14 | 27 | 41 | 35 | 23 | 73 |
| Binary | 10101010 | 10010110 | 10000011 | 0 | 1100 | 10111 | 100001 | 11101 | 10011 | 111011 |
Color Harmonies of #AA9683
Complementary color
Monochromatic Colors of #AA9683
Black with #AA9683
Text Example
Text Example
White with #AA9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9683; }
p { color: rgb(170,150,131); }
H1.HeaderClassName
{
color: #AA9683;
}
.AnyTagClassName
{
color: #AA9683;
}
</style>
background-color css
<style>
a { background-color: #AA9683; }
a { background-color: rgb(170,150,131); }
div.DivClassName
{
background-color: #AA9683;
}
.BgClassName
{
background-color: #AA9683;
}
</style>
border-color css
<style>
span { border-color: #AA9683; }
span { border-color: rgb(170,150,131); }
td.TdClassName
{
border-color: #AA9683;
}
.TagClassName
{
border-color: #AA9683;
}
</style>