Shades of Bronco #A2927B
Tints of Bronco #A2927B
RGB
CMYK
RGB Variations
Color information
#A2927B (or 0xA2927B) is known color: Bronco. HEX triplet: A2, 92 and 7B. RGB value is (162,146,123). Sum of RGB (Red+Green+Blue) = 162+146+123=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2927B is #5D6D84. Grayscale: #949494. Windows color (decimal): -6122885 or 8098466. OLE color: 8098466.
HSL color Cylindrical-coordinate representation of color #A2927B: hue angle of 35.38º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2927B is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 123 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.36 |
| HSL | 35.38º | 0.17% | 0.56% | - |
| HSV(B) | 35.38º | 0.24% | 0.64% | - |
| XYZ | 28.75 | 29.67 | 22.95 | - |
| YUV | 148.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 123 | 0 | 0.10 | 0.24 | 0.36 | 35.38 | 0.17 | 0.56 |
| Hex | A2 | 92 | 7B | 0 | A | 18 | 24 | 23 | 11 | 38 |
| Octal | 242 | 222 | 173 | 0 | 12 | 30 | 44 | 43 | 21 | 70 |
| Binary | 10100010 | 10010010 | 1111011 | 0 | 1010 | 11000 | 100100 | 100011 | 10001 | 111000 |
Color Harmonies of #A2927B
Complementary color
Monochromatic Colors of #A2927B
Black with #A2927B
Text Example
Text Example
White with #A2927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2927B; }
p { color: rgb(162,146,123); }
H1.HeaderClassName
{
color: #A2927B;
}
.AnyTagClassName
{
color: #A2927B;
}
</style>
background-color css
<style>
a { background-color: #A2927B; }
a { background-color: rgb(162,146,123); }
div.DivClassName
{
background-color: #A2927B;
}
.BgClassName
{
background-color: #A2927B;
}
</style>
border-color css
<style>
span { border-color: #A2927B; }
span { border-color: rgb(162,146,123); }
td.TdClassName
{
border-color: #A2927B;
}
.TagClassName
{
border-color: #A2927B;
}
</style>