Shades of Lucky #A18F03
Tints of Lucky #A18F03
RGB
CMYK
RGB Variations
Color information
#A18F03 (or 0xA18F03) is known color: Lucky. HEX triplet: A1, 8F and 03. RGB value is (161,143,3). Sum of RGB (Red+Green+Blue) = 161+143+3=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18F03 is #5E70FC. Grayscale: #858585. Windows color (decimal): -6189309 or 233377. OLE color: 233377.
HSL color Cylindrical-coordinate representation of color #A18F03: hue angle of 53.16º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A18F03 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 3 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.37 |
| HSL | 53.16º | 0.96% | 0.32% | - |
| HSV(B) | 53.16º | 0.98% | 0.63% | - |
| XYZ | 24.54 | 27.23 | 4.05 | - |
| YUV | 132.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 3 | 0 | 0.11 | 0.98 | 0.37 | 53.16 | 0.96 | 0.32 |
| Hex | A1 | 8F | 3 | 0 | B | 62 | 25 | 35 | 60 | 20 |
| Octal | 241 | 217 | 3 | 0 | 13 | 142 | 45 | 65 | 140 | 40 |
| Binary | 10100001 | 10001111 | 11 | 0 | 1011 | 1100010 | 100101 | 110101 | 1100000 | 100000 |
Color Harmonies of #A18F03
Complementary color
Monochromatic Colors of #A18F03
Black with #A18F03
Text Example
Text Example
White with #A18F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F03; }
p { color: rgb(161,143,3); }
H1.HeaderClassName
{
color: #A18F03;
}
.AnyTagClassName
{
color: #A18F03;
}
</style>
background-color css
<style>
a { background-color: #A18F03; }
a { background-color: rgb(161,143,3); }
div.DivClassName
{
background-color: #A18F03;
}
.BgClassName
{
background-color: #A18F03;
}
</style>
border-color css
<style>
span { border-color: #A18F03; }
span { border-color: rgb(161,143,3); }
td.TdClassName
{
border-color: #A18F03;
}
.TagClassName
{
border-color: #A18F03;
}
</style>