Shades of Lucky #A89C03
Tints of Lucky #A89C03
RGB
CMYK
RGB Variations
Color information
#A89C03 (or 0xA89C03) is known color: Lucky. HEX triplet: A8, 9C and 03. RGB value is (168,156,3). Sum of RGB (Red+Green+Blue) = 168+156+3=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89C03 is #5763FC. Grayscale: #8E8E8E. Windows color (decimal): -5727229 or 236712. OLE color: 236712.
HSL color Cylindrical-coordinate representation of color #A89C03: hue angle of 55.64º 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 #A89C03 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.34 |
| HSL | 55.64º | 0.96% | 0.34% | - |
| HSV(B) | 55.64º | 0.98% | 0.66% | - |
| XYZ | 28.05 | 32.11 | 4.81 | - |
| YUV | 142.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 3 | 0 | 0.07 | 0.98 | 0.34 | 55.64 | 0.96 | 0.34 |
| Hex | A8 | 9C | 3 | 0 | 7 | 62 | 22 | 38 | 60 | 22 |
| Octal | 250 | 234 | 3 | 0 | 7 | 142 | 42 | 70 | 140 | 42 |
| Binary | 10101000 | 10011100 | 11 | 0 | 111 | 1100010 | 100010 | 111000 | 1100000 | 100010 |
Color Harmonies of #A89C03
Complementary color
Monochromatic Colors of #A89C03
Black with #A89C03
Text Example
Text Example
White with #A89C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C03; }
p { color: rgb(168,156,3); }
H1.HeaderClassName
{
color: #A89C03;
}
.AnyTagClassName
{
color: #A89C03;
}
</style>
background-color css
<style>
a { background-color: #A89C03; }
a { background-color: rgb(168,156,3); }
div.DivClassName
{
background-color: #A89C03;
}
.BgClassName
{
background-color: #A89C03;
}
</style>
border-color css
<style>
span { border-color: #A89C03; }
span { border-color: rgb(168,156,3); }
td.TdClassName
{
border-color: #A89C03;
}
.TagClassName
{
border-color: #A89C03;
}
</style>