Shades of Lucky #A9A21B
Tints of Lucky #A9A21B
RGB
CMYK
RGB Variations
Color information
#A9A21B (or 0xA9A21B) is known color: Lucky. HEX triplet: A9, A2 and 1B. RGB value is (169,162,27). Sum of RGB (Red+Green+Blue) = 169+162+27=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A21B is #565DE4. Grayscale: #959595. Windows color (decimal): -5660133 or 1811113. OLE color: 1811113.
HSL color Cylindrical-coordinate representation of color #A9A21B: hue angle of 57.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9A21B is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 27 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.34 |
| HSL | 57.04º | 0.72% | 0.38% | - |
| HSV(B) | 57.04º | 0.84% | 0.66% | - |
| XYZ | 29.48 | 34.35 | 6.11 | - |
| YUV | 148.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 27 | 0 | 0.04 | 0.84 | 0.34 | 57.04 | 0.72 | 0.38 |
| Hex | A9 | A2 | 1B | 0 | 4 | 54 | 22 | 39 | 48 | 26 |
| Octal | 251 | 242 | 33 | 0 | 4 | 124 | 42 | 71 | 110 | 46 |
| Binary | 10101001 | 10100010 | 11011 | 0 | 100 | 1010100 | 100010 | 111001 | 1001000 | 100110 |
Color Harmonies of #A9A21B
Complementary color
Monochromatic Colors of #A9A21B
Black with #A9A21B
Text Example
Text Example
White with #A9A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A21B; }
p { color: rgb(169,162,27); }
H1.HeaderClassName
{
color: #A9A21B;
}
.AnyTagClassName
{
color: #A9A21B;
}
</style>
background-color css
<style>
a { background-color: #A9A21B; }
a { background-color: rgb(169,162,27); }
div.DivClassName
{
background-color: #A9A21B;
}
.BgClassName
{
background-color: #A9A21B;
}
</style>
border-color css
<style>
span { border-color: #A9A21B; }
span { border-color: rgb(169,162,27); }
td.TdClassName
{
border-color: #A9A21B;
}
.TagClassName
{
border-color: #A9A21B;
}
</style>