Shades of Lucky #A89314
Tints of Lucky #A89314
RGB
CMYK
RGB Variations
Color information
#A89314 (or 0xA89314) is known color: Lucky. HEX triplet: A8, 93 and 14. RGB value is (168,147,20). Sum of RGB (Red+Green+Blue) = 168+147+20=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A89314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89314 is #576CEB. Grayscale: #8B8B8B. Windows color (decimal): -5729516 or 1348520. OLE color: 1348520.
HSL color Cylindrical-coordinate representation of color #A89314: hue angle of 51.49º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A89314 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 20 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.34 |
| HSL | 51.49º | 0.79% | 0.37% | - |
| HSV(B) | 51.49º | 0.88% | 0.66% | - |
| XYZ | 26.71 | 29.24 | 4.9 | - |
| YUV | 138.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 20 | 0 | 0.13 | 0.88 | 0.34 | 51.49 | 0.79 | 0.37 |
| Hex | A8 | 93 | 14 | 0 | D | 58 | 22 | 33 | 4F | 25 |
| Octal | 250 | 223 | 24 | 0 | 15 | 130 | 42 | 63 | 117 | 45 |
| Binary | 10101000 | 10010011 | 10100 | 0 | 1101 | 1011000 | 100010 | 110011 | 1001111 | 100101 |
Color Harmonies of #A89314
Complementary color
Monochromatic Colors of #A89314
Black with #A89314
Text Example
Text Example
White with #A89314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89314; }
p { color: rgb(168,147,20); }
H1.HeaderClassName
{
color: #A89314;
}
.AnyTagClassName
{
color: #A89314;
}
</style>
background-color css
<style>
a { background-color: #A89314; }
a { background-color: rgb(168,147,20); }
div.DivClassName
{
background-color: #A89314;
}
.BgClassName
{
background-color: #A89314;
}
</style>
border-color css
<style>
span { border-color: #A89314; }
span { border-color: rgb(168,147,20); }
td.TdClassName
{
border-color: #A89314;
}
.TagClassName
{
border-color: #A89314;
}
</style>