Shades of Lucky #AD921D
Tints of Lucky #AD921D
RGB
CMYK
RGB Variations
Color information
#AD921D (or 0xAD921D) is known color: Lucky. HEX triplet: AD, 92 and 1D. RGB value is (173,146,29). Sum of RGB (Red+Green+Blue) = 173+146+29=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD921D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD921D is #526DE2. Grayscale: #8D8D8D. Windows color (decimal): -5402083 or 1938093. OLE color: 1938093.
HSL color Cylindrical-coordinate representation of color #AD921D: hue angle of 48.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD921D is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 29 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.32 |
| HSL | 48.75º | 0.71% | 0.4% | - |
| HSV(B) | 48.75º | 0.83% | 0.68% | - |
| XYZ | 27.73 | 29.53 | 5.4 | - |
| YUV | 140.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 29 | 0 | 0.16 | 0.83 | 0.32 | 48.75 | 0.71 | 0.4 |
| Hex | AD | 92 | 1D | 0 | 10 | 53 | 20 | 31 | 47 | 28 |
| Octal | 255 | 222 | 35 | 0 | 20 | 123 | 40 | 61 | 107 | 50 |
| Binary | 10101101 | 10010010 | 11101 | 0 | 10000 | 1010011 | 100000 | 110001 | 1000111 | 101000 |
Color Harmonies of #AD921D
Complementary color
Monochromatic Colors of #AD921D
Black with #AD921D
Text Example
Text Example
White with #AD921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD921D; }
p { color: rgb(173,146,29); }
H1.HeaderClassName
{
color: #AD921D;
}
.AnyTagClassName
{
color: #AD921D;
}
</style>
background-color css
<style>
a { background-color: #AD921D; }
a { background-color: rgb(173,146,29); }
div.DivClassName
{
background-color: #AD921D;
}
.BgClassName
{
background-color: #AD921D;
}
</style>
border-color css
<style>
span { border-color: #AD921D; }
span { border-color: rgb(173,146,29); }
td.TdClassName
{
border-color: #AD921D;
}
.TagClassName
{
border-color: #AD921D;
}
</style>