Shades of Lucky #A98B1B
Tints of Lucky #A98B1B
RGB
CMYK
RGB Variations
Color information
#A98B1B (or 0xA98B1B) is known color: Lucky. HEX triplet: A9, 8B and 1B. RGB value is (169,139,27). Sum of RGB (Red+Green+Blue) = 169+139+27=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B1B is #5674E4. Grayscale: #878787. Windows color (decimal): -5666021 or 1805225. OLE color: 1805225.
HSL color Cylindrical-coordinate representation of color #A98B1B: hue angle of 47.32º 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 #A98B1B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 27 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.34 |
| HSL | 47.32º | 0.72% | 0.38% | - |
| HSV(B) | 47.32º | 0.84% | 0.66% | - |
| XYZ | 25.79 | 26.98 | 4.89 | - |
| YUV | 135.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 27 | 0 | 0.18 | 0.84 | 0.34 | 47.32 | 0.72 | 0.38 |
| Hex | A9 | 8B | 1B | 0 | 12 | 54 | 22 | 2F | 48 | 26 |
| Octal | 251 | 213 | 33 | 0 | 22 | 124 | 42 | 57 | 110 | 46 |
| Binary | 10101001 | 10001011 | 11011 | 0 | 10010 | 1010100 | 100010 | 101111 | 1001000 | 100110 |
Color Harmonies of #A98B1B
Complementary color
Monochromatic Colors of #A98B1B
Black with #A98B1B
Text Example
Text Example
White with #A98B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B1B; }
p { color: rgb(169,139,27); }
H1.HeaderClassName
{
color: #A98B1B;
}
.AnyTagClassName
{
color: #A98B1B;
}
</style>
background-color css
<style>
a { background-color: #A98B1B; }
a { background-color: rgb(169,139,27); }
div.DivClassName
{
background-color: #A98B1B;
}
.BgClassName
{
background-color: #A98B1B;
}
</style>
border-color css
<style>
span { border-color: #A98B1B; }
span { border-color: rgb(169,139,27); }
td.TdClassName
{
border-color: #A98B1B;
}
.TagClassName
{
border-color: #A98B1B;
}
</style>