Shades of Lucky #A19D1B
Tints of Lucky #A19D1B
RGB
CMYK
RGB Variations
Color information
#A19D1B (or 0xA19D1B) is known color: Lucky. HEX triplet: A1, 9D and 1B. RGB value is (161,157,27). Sum of RGB (Red+Green+Blue) = 161+157+27=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D1B is #5E62E4. Grayscale: #8F8F8F. Windows color (decimal): -6185701 or 1809825. OLE color: 1809825.
HSL color Cylindrical-coordinate representation of color #A19D1B: hue angle of 58.21º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A19D1B is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 27 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.37 |
| HSL | 58.21º | 0.71% | 0.37% | - |
| HSV(B) | 58.21º | 0.83% | 0.63% | - |
| XYZ | 26.95 | 31.77 | 5.75 | - |
| YUV | 143.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 27 | 0 | 0.02 | 0.83 | 0.37 | 58.21 | 0.71 | 0.37 |
| Hex | A1 | 9D | 1B | 0 | 2 | 53 | 25 | 3A | 47 | 25 |
| Octal | 241 | 235 | 33 | 0 | 2 | 123 | 45 | 72 | 107 | 45 |
| Binary | 10100001 | 10011101 | 11011 | 0 | 10 | 1010011 | 100101 | 111010 | 1000111 | 100101 |
Color Harmonies of #A19D1B
Complementary color
Monochromatic Colors of #A19D1B
Black with #A19D1B
Text Example
Text Example
White with #A19D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D1B; }
p { color: rgb(161,157,27); }
H1.HeaderClassName
{
color: #A19D1B;
}
.AnyTagClassName
{
color: #A19D1B;
}
</style>
background-color css
<style>
a { background-color: #A19D1B; }
a { background-color: rgb(161,157,27); }
div.DivClassName
{
background-color: #A19D1B;
}
.BgClassName
{
background-color: #A19D1B;
}
</style>
border-color css
<style>
span { border-color: #A19D1B; }
span { border-color: rgb(161,157,27); }
td.TdClassName
{
border-color: #A19D1B;
}
.TagClassName
{
border-color: #A19D1B;
}
</style>