Shades of Lucky #A8971B
Tints of Lucky #A8971B
RGB
CMYK
RGB Variations
Color information
#A8971B (or 0xA8971B) is known color: Lucky. HEX triplet: A8, 97 and 1B. RGB value is (168,151,27). Sum of RGB (Red+Green+Blue) = 168+151+27=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8971B is #5768E4. Grayscale: #8E8E8E. Windows color (decimal): -5728485 or 1808296. OLE color: 1808296.
HSL color Cylindrical-coordinate representation of color #A8971B: hue angle of 52.77º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8971B is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 27 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.34 |
| HSL | 52.77º | 0.72% | 0.38% | - |
| HSV(B) | 52.77º | 0.84% | 0.66% | - |
| XYZ | 27.41 | 30.54 | 5.49 | - |
| YUV | 141.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 27 | 0 | 0.10 | 0.84 | 0.34 | 52.77 | 0.72 | 0.38 |
| Hex | A8 | 97 | 1B | 0 | A | 54 | 22 | 35 | 48 | 26 |
| Octal | 250 | 227 | 33 | 0 | 12 | 124 | 42 | 65 | 110 | 46 |
| Binary | 10101000 | 10010111 | 11011 | 0 | 1010 | 1010100 | 100010 | 110101 | 1001000 | 100110 |
Color Harmonies of #A8971B
Complementary color
Monochromatic Colors of #A8971B
Black with #A8971B
Text Example
Text Example
White with #A8971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8971B; }
p { color: rgb(168,151,27); }
H1.HeaderClassName
{
color: #A8971B;
}
.AnyTagClassName
{
color: #A8971B;
}
</style>
background-color css
<style>
a { background-color: #A8971B; }
a { background-color: rgb(168,151,27); }
div.DivClassName
{
background-color: #A8971B;
}
.BgClassName
{
background-color: #A8971B;
}
</style>
border-color css
<style>
span { border-color: #A8971B; }
span { border-color: rgb(168,151,27); }
td.TdClassName
{
border-color: #A8971B;
}
.TagClassName
{
border-color: #A8971B;
}
</style>