Shades of Lucky #A29714
Tints of Lucky #A29714
RGB
CMYK
RGB Variations
Color information
#A29714 (or 0xA29714) is known color: Lucky. HEX triplet: A2, 97 and 14. RGB value is (162,151,20). Sum of RGB (Red+Green+Blue) = 162+151+20=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A29714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29714 is #5D68EB. Grayscale: #8B8B8B. Windows color (decimal): -6121708 or 1349538. OLE color: 1349538.
HSL color Cylindrical-coordinate representation of color #A29714: hue angle of 55.35º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A29714 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 20 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.36 |
| HSL | 55.35º | 0.78% | 0.36% | - |
| HSV(B) | 55.35º | 0.88% | 0.64% | - |
| XYZ | 26.09 | 29.87 | 5.05 | - |
| YUV | 139.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 20 | 0 | 0.07 | 0.88 | 0.36 | 55.35 | 0.78 | 0.36 |
| Hex | A2 | 97 | 14 | 0 | 7 | 58 | 24 | 37 | 4E | 24 |
| Octal | 242 | 227 | 24 | 0 | 7 | 130 | 44 | 67 | 116 | 44 |
| Binary | 10100010 | 10010111 | 10100 | 0 | 111 | 1011000 | 100100 | 110111 | 1001110 | 100100 |
Color Harmonies of #A29714
Complementary color
Monochromatic Colors of #A29714
Black with #A29714
Text Example
Text Example
White with #A29714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29714; }
p { color: rgb(162,151,20); }
H1.HeaderClassName
{
color: #A29714;
}
.AnyTagClassName
{
color: #A29714;
}
</style>
background-color css
<style>
a { background-color: #A29714; }
a { background-color: rgb(162,151,20); }
div.DivClassName
{
background-color: #A29714;
}
.BgClassName
{
background-color: #A29714;
}
</style>
border-color css
<style>
span { border-color: #A29714; }
span { border-color: rgb(162,151,20); }
td.TdClassName
{
border-color: #A29714;
}
.TagClassName
{
border-color: #A29714;
}
</style>