Shades of Bronco #A6977B
Tints of Bronco #A6977B
RGB
CMYK
RGB Variations
Color information
#A6977B (or 0xA6977B) is known color: Bronco. HEX triplet: A6, 97 and 7B. RGB value is (166,151,123). Sum of RGB (Red+Green+Blue) = 166+151+123=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6977B is #596884. Grayscale: #989898. Windows color (decimal): -5859461 or 8099750. OLE color: 8099750.
HSL color Cylindrical-coordinate representation of color #A6977B: hue angle of 39.07º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6977B is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
RGB | 166 | 151 | 123 | - |
CMYK | 0 | 0.09 | 0.26 | 0.35 |
HSL | 39.07º | 0.19% | 0.57% | - |
HSV(B) | 39.07º | 0.26% | 0.65% | - |
XYZ | 30.37 | 31.67 | 23.25 | - |
YUV | 152.29 | 111.47 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 151 | 123 | 0 | 0.09 | 0.26 | 0.35 | 39.07 | 0.19 | 0.57 |
Hex | A6 | 97 | 7B | 0 | 9 | 1A | 23 | 27 | 13 | 39 |
Octal | 246 | 227 | 173 | 0 | 11 | 32 | 43 | 47 | 23 | 71 |
Binary | 10100110 | 10010111 | 1111011 | 0 | 1001 | 11010 | 100011 | 100111 | 10011 | 111001 |
Color Harmonies of #A6977B
Complementary color
Monochromatic Colors of #A6977B
Black with #A6977B
Text Example
Text Example
White with #A6977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6977B; }
p { color: rgb(166,151,123); }
H1.HeaderClassName
{
color: #A6977B;
}
.AnyTagClassName
{
color: #A6977B;
}
</style>
background-color css
<style>
a { background-color: #A6977B; }
a { background-color: rgb(166,151,123); }
div.DivClassName
{
background-color: #A6977B;
}
.BgClassName
{
background-color: #A6977B;
}
</style>
border-color css
<style>
span { border-color: #A6977B; }
span { border-color: rgb(166,151,123); }
td.TdClassName
{
border-color: #A6977B;
}
.TagClassName
{
border-color: #A6977B;
}
</style>