Shades of Lucky #A8A01F
Tints of Lucky #A8A01F
RGB
CMYK
RGB Variations
Color information
#A8A01F (or 0xA8A01F) is known color: Lucky. HEX triplet: A8, A0 and 1F. RGB value is (168,160,31). Sum of RGB (Red+Green+Blue) = 168+160+31=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A01F is #575FE0. Grayscale: #949494. Windows color (decimal): -5726177 or 2072744. OLE color: 2072744.
HSL color Cylindrical-coordinate representation of color #A8A01F: hue angle of 56.5º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8A01F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 31 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.34 |
| HSL | 56.5º | 0.69% | 0.39% | - |
| HSV(B) | 56.5º | 0.82% | 0.66% | - |
| XYZ | 28.97 | 33.57 | 6.25 | - |
| YUV | 147.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 31 | 0 | 0.05 | 0.82 | 0.34 | 56.5 | 0.69 | 0.39 |
| Hex | A8 | A0 | 1F | 0 | 5 | 52 | 22 | 38 | 45 | 27 |
| Octal | 250 | 240 | 37 | 0 | 5 | 122 | 42 | 70 | 105 | 47 |
| Binary | 10101000 | 10100000 | 11111 | 0 | 101 | 1010010 | 100010 | 111000 | 1000101 | 100111 |
Color Harmonies of #A8A01F
Complementary color
Monochromatic Colors of #A8A01F
Black with #A8A01F
Text Example
Text Example
White with #A8A01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A01F; }
p { color: rgb(168,160,31); }
H1.HeaderClassName
{
color: #A8A01F;
}
.AnyTagClassName
{
color: #A8A01F;
}
</style>
background-color css
<style>
a { background-color: #A8A01F; }
a { background-color: rgb(168,160,31); }
div.DivClassName
{
background-color: #A8A01F;
}
.BgClassName
{
background-color: #A8A01F;
}
</style>
border-color css
<style>
span { border-color: #A8A01F; }
span { border-color: rgb(168,160,31); }
td.TdClassName
{
border-color: #A8A01F;
}
.TagClassName
{
border-color: #A8A01F;
}
</style>