Shades of Lucky #A09D1D
Tints of Lucky #A09D1D
RGB
CMYK
RGB Variations
Color information
#A09D1D (or 0xA09D1D) is known color: Lucky. HEX triplet: A0, 9D and 1D. RGB value is (160,157,29). Sum of RGB (Red+Green+Blue) = 160+157+29=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D1D is #5F62E2. Grayscale: #8F8F8F. Windows color (decimal): -6251235 or 1940896. OLE color: 1940896.
HSL color Cylindrical-coordinate representation of color #A09D1D: hue angle of 58.63º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A09D1D is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 29 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.37 |
| HSL | 58.63º | 0.69% | 0.37% | - |
| HSV(B) | 58.63º | 0.82% | 0.63% | - |
| XYZ | 26.78 | 31.68 | 5.87 | - |
| YUV | 143.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 29 | 0 | 0.02 | 0.82 | 0.37 | 58.63 | 0.69 | 0.37 |
| Hex | A0 | 9D | 1D | 0 | 2 | 52 | 25 | 3B | 45 | 25 |
| Octal | 240 | 235 | 35 | 0 | 2 | 122 | 45 | 73 | 105 | 45 |
| Binary | 10100000 | 10011101 | 11101 | 0 | 10 | 1010010 | 100101 | 111011 | 1000101 | 100101 |
Color Harmonies of #A09D1D
Complementary color
Monochromatic Colors of #A09D1D
Black with #A09D1D
Text Example
Text Example
White with #A09D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D1D; }
p { color: rgb(160,157,29); }
H1.HeaderClassName
{
color: #A09D1D;
}
.AnyTagClassName
{
color: #A09D1D;
}
</style>
background-color css
<style>
a { background-color: #A09D1D; }
a { background-color: rgb(160,157,29); }
div.DivClassName
{
background-color: #A09D1D;
}
.BgClassName
{
background-color: #A09D1D;
}
</style>
border-color css
<style>
span { border-color: #A09D1D; }
span { border-color: rgb(160,157,29); }
td.TdClassName
{
border-color: #A09D1D;
}
.TagClassName
{
border-color: #A09D1D;
}
</style>