Shades of Lucky #A18F02
Tints of Lucky #A18F02
RGB
CMYK
RGB Variations
Color information
#A18F02 (or 0xA18F02) is known color: Lucky. HEX triplet: A1, 8F and 02. RGB value is (161,143,2). Sum of RGB (Red+Green+Blue) = 161+143+2=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18F02 is #5E70FD. Grayscale: #848484. Windows color (decimal): -6189310 or 167841. OLE color: 167841.
HSL color Cylindrical-coordinate representation of color #A18F02: hue angle of 53.21º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A18F02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.37 |
| HSL | 53.21º | 0.98% | 0.32% | - |
| HSV(B) | 53.21º | 0.99% | 0.63% | - |
| XYZ | 24.53 | 27.23 | 4.02 | - |
| YUV | 132.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 2 | 0 | 0.11 | 0.99 | 0.37 | 53.21 | 0.98 | 0.32 |
| Hex | A1 | 8F | 2 | 0 | B | 63 | 25 | 35 | 62 | 20 |
| Octal | 241 | 217 | 2 | 0 | 13 | 143 | 45 | 65 | 142 | 40 |
| Binary | 10100001 | 10001111 | 10 | 0 | 1011 | 1100011 | 100101 | 110101 | 1100010 | 100000 |
Color Harmonies of #A18F02
Complementary color
Monochromatic Colors of #A18F02
Black with #A18F02
Text Example
Text Example
White with #A18F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F02; }
p { color: rgb(161,143,2); }
H1.HeaderClassName
{
color: #A18F02;
}
.AnyTagClassName
{
color: #A18F02;
}
</style>
background-color css
<style>
a { background-color: #A18F02; }
a { background-color: rgb(161,143,2); }
div.DivClassName
{
background-color: #A18F02;
}
.BgClassName
{
background-color: #A18F02;
}
</style>
border-color css
<style>
span { border-color: #A18F02; }
span { border-color: rgb(161,143,2); }
td.TdClassName
{
border-color: #A18F02;
}
.TagClassName
{
border-color: #A18F02;
}
</style>