Shades of Lucky #A89403
Tints of Lucky #A89403
RGB
CMYK
RGB Variations
Color information
#A89403 (or 0xA89403) is known color: Lucky. HEX triplet: A8, 94 and 03. RGB value is (168,148,3). Sum of RGB (Red+Green+Blue) = 168+148+3=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A89403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89403 is #576BFC. Grayscale: #8A8A8A. Windows color (decimal): -5729277 or 234664. OLE color: 234664.
HSL color Cylindrical-coordinate representation of color #A89403: hue angle of 52.73º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A89403 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.34 |
| HSL | 52.73º | 0.96% | 0.34% | - |
| HSV(B) | 52.73º | 0.98% | 0.66% | - |
| XYZ | 26.75 | 29.51 | 4.37 | - |
| YUV | 137.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 3 | 0 | 0.12 | 0.98 | 0.34 | 52.73 | 0.96 | 0.34 |
| Hex | A8 | 94 | 3 | 0 | C | 62 | 22 | 35 | 60 | 22 |
| Octal | 250 | 224 | 3 | 0 | 14 | 142 | 42 | 65 | 140 | 42 |
| Binary | 10101000 | 10010100 | 11 | 0 | 1100 | 1100010 | 100010 | 110101 | 1100000 | 100010 |
Color Harmonies of #A89403
Complementary color
Monochromatic Colors of #A89403
Black with #A89403
Text Example
Text Example
White with #A89403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89403; }
p { color: rgb(168,148,3); }
H1.HeaderClassName
{
color: #A89403;
}
.AnyTagClassName
{
color: #A89403;
}
</style>
background-color css
<style>
a { background-color: #A89403; }
a { background-color: rgb(168,148,3); }
div.DivClassName
{
background-color: #A89403;
}
.BgClassName
{
background-color: #A89403;
}
</style>
border-color css
<style>
span { border-color: #A89403; }
span { border-color: rgb(168,148,3); }
td.TdClassName
{
border-color: #A89403;
}
.TagClassName
{
border-color: #A89403;
}
</style>