Shades of Lucky #A29F0E
Tints of Lucky #A29F0E
RGB
CMYK
RGB Variations
Color information
#A29F0E (or 0xA29F0E) is known color: Lucky. HEX triplet: A2, 9F and 0E. RGB value is (162,159,14). Sum of RGB (Red+Green+Blue) = 162+159+14=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29F0E is #5D60F1. Grayscale: #8F8F8F. Windows color (decimal): -6119666 or 958370. OLE color: 958370.
HSL color Cylindrical-coordinate representation of color #A29F0E: hue angle of 58.78º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A29F0E is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 14 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.36 |
| HSL | 58.78º | 0.84% | 0.35% | - |
| HSV(B) | 58.78º | 0.91% | 0.64% | - |
| XYZ | 27.38 | 32.51 | 5.25 | - |
| YUV | 143.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 14 | 0 | 0.02 | 0.91 | 0.36 | 58.78 | 0.84 | 0.35 |
| Hex | A2 | 9F | E | 0 | 2 | 5B | 24 | 3B | 54 | 23 |
| Octal | 242 | 237 | 16 | 0 | 2 | 133 | 44 | 73 | 124 | 43 |
| Binary | 10100010 | 10011111 | 1110 | 0 | 10 | 1011011 | 100100 | 111011 | 1010100 | 100011 |
Color Harmonies of #A29F0E
Complementary color
Monochromatic Colors of #A29F0E
Black with #A29F0E
Text Example
Text Example
White with #A29F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F0E; }
p { color: rgb(162,159,14); }
H1.HeaderClassName
{
color: #A29F0E;
}
.AnyTagClassName
{
color: #A29F0E;
}
</style>
background-color css
<style>
a { background-color: #A29F0E; }
a { background-color: rgb(162,159,14); }
div.DivClassName
{
background-color: #A29F0E;
}
.BgClassName
{
background-color: #A29F0E;
}
</style>
border-color css
<style>
span { border-color: #A29F0E; }
span { border-color: rgb(162,159,14); }
td.TdClassName
{
border-color: #A29F0E;
}
.TagClassName
{
border-color: #A29F0E;
}
</style>