Shades of Lucky #A89410
Tints of Lucky #A89410
RGB
CMYK
RGB Variations
Color information
#A89410 (or 0xA89410) is known color: Lucky. HEX triplet: A8, 94 and 10. RGB value is (168,148,16). Sum of RGB (Red+Green+Blue) = 168+148+16=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A89410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89410 is #576BEF. Grayscale: #8B8B8B. Windows color (decimal): -5729264 or 1086632. OLE color: 1086632.
HSL color Cylindrical-coordinate representation of color #A89410: hue angle of 52.11º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A89410 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 16 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.34 |
| HSL | 52.11º | 0.83% | 0.36% | - |
| HSV(B) | 52.11º | 0.9% | 0.66% | - |
| XYZ | 26.83 | 29.54 | 4.78 | - |
| YUV | 138.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 16 | 0 | 0.12 | 0.90 | 0.34 | 52.11 | 0.83 | 0.36 |
| Hex | A8 | 94 | 10 | 0 | C | 5A | 22 | 34 | 53 | 24 |
| Octal | 250 | 224 | 20 | 0 | 14 | 132 | 42 | 64 | 123 | 44 |
| Binary | 10101000 | 10010100 | 10000 | 0 | 1100 | 1011010 | 100010 | 110100 | 1010011 | 100100 |
Color Harmonies of #A89410
Complementary color
Monochromatic Colors of #A89410
Black with #A89410
Text Example
Text Example
White with #A89410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89410; }
p { color: rgb(168,148,16); }
H1.HeaderClassName
{
color: #A89410;
}
.AnyTagClassName
{
color: #A89410;
}
</style>
background-color css
<style>
a { background-color: #A89410; }
a { background-color: rgb(168,148,16); }
div.DivClassName
{
background-color: #A89410;
}
.BgClassName
{
background-color: #A89410;
}
</style>
border-color css
<style>
span { border-color: #A89410; }
span { border-color: rgb(168,148,16); }
td.TdClassName
{
border-color: #A89410;
}
.TagClassName
{
border-color: #A89410;
}
</style>