Shades of Lucky #AD941B
Tints of Lucky #AD941B
RGB
CMYK
RGB Variations
Color information
#AD941B (or 0xAD941B) is known color: Lucky. HEX triplet: AD, 94 and 1B. RGB value is (173,148,27). Sum of RGB (Red+Green+Blue) = 173+148+27=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD941B is #526BE4. Grayscale: #8E8E8E. Windows color (decimal): -5401573 or 1807533. OLE color: 1807533.
HSL color Cylindrical-coordinate representation of color #AD941B: hue angle of 49.73º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD941B is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 27 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.32 |
| HSL | 49.73º | 0.73% | 0.39% | - |
| HSV(B) | 49.73º | 0.84% | 0.68% | - |
| XYZ | 28.02 | 30.14 | 5.38 | - |
| YUV | 141.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 27 | 0 | 0.14 | 0.84 | 0.32 | 49.73 | 0.73 | 0.39 |
| Hex | AD | 94 | 1B | 0 | E | 54 | 20 | 32 | 49 | 27 |
| Octal | 255 | 224 | 33 | 0 | 16 | 124 | 40 | 62 | 111 | 47 |
| Binary | 10101101 | 10010100 | 11011 | 0 | 1110 | 1010100 | 100000 | 110010 | 1001001 | 100111 |
Color Harmonies of #AD941B
Complementary color
Monochromatic Colors of #AD941B
Black with #AD941B
Text Example
Text Example
White with #AD941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD941B; }
p { color: rgb(173,148,27); }
H1.HeaderClassName
{
color: #AD941B;
}
.AnyTagClassName
{
color: #AD941B;
}
</style>
background-color css
<style>
a { background-color: #AD941B; }
a { background-color: rgb(173,148,27); }
div.DivClassName
{
background-color: #AD941B;
}
.BgClassName
{
background-color: #AD941B;
}
</style>
border-color css
<style>
span { border-color: #AD941B; }
span { border-color: rgb(173,148,27); }
td.TdClassName
{
border-color: #AD941B;
}
.TagClassName
{
border-color: #AD941B;
}
</style>