Shades of Lucky #A18F08
Tints of Lucky #A18F08
RGB
CMYK
RGB Variations
Color information
#A18F08 (or 0xA18F08) is known color: Lucky. HEX triplet: A1, 8F and 08. RGB value is (161,143,8). Sum of RGB (Red+Green+Blue) = 161+143+8=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18F08 is #5E70F7. Grayscale: #858585. Windows color (decimal): -6189304 or 561057. OLE color: 561057.
HSL color Cylindrical-coordinate representation of color #A18F08: hue angle of 52.94º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A18F08 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.37 |
| HSL | 52.94º | 0.91% | 0.33% | - |
| HSV(B) | 52.94º | 0.95% | 0.63% | - |
| XYZ | 24.56 | 27.24 | 4.19 | - |
| YUV | 132.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 8 | 0 | 0.11 | 0.95 | 0.37 | 52.94 | 0.91 | 0.33 |
| Hex | A1 | 8F | 8 | 0 | B | 5F | 25 | 35 | 5B | 21 |
| Octal | 241 | 217 | 10 | 0 | 13 | 137 | 45 | 65 | 133 | 41 |
| Binary | 10100001 | 10001111 | 1000 | 0 | 1011 | 1011111 | 100101 | 110101 | 1011011 | 100001 |
Color Harmonies of #A18F08
Complementary color
Monochromatic Colors of #A18F08
Black with #A18F08
Text Example
Text Example
White with #A18F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F08; }
p { color: rgb(161,143,8); }
H1.HeaderClassName
{
color: #A18F08;
}
.AnyTagClassName
{
color: #A18F08;
}
</style>
background-color css
<style>
a { background-color: #A18F08; }
a { background-color: rgb(161,143,8); }
div.DivClassName
{
background-color: #A18F08;
}
.BgClassName
{
background-color: #A18F08;
}
</style>
border-color css
<style>
span { border-color: #A18F08; }
span { border-color: rgb(161,143,8); }
td.TdClassName
{
border-color: #A18F08;
}
.TagClassName
{
border-color: #A18F08;
}
</style>