Shades of Lucky #A58D1B
Tints of Lucky #A58D1B
RGB
CMYK
RGB Variations
Color information
#A58D1B (or 0xA58D1B) is known color: Lucky. HEX triplet: A5, 8D and 1B. RGB value is (165,141,27). Sum of RGB (Red+Green+Blue) = 165+141+27=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D1B is #5A72E4. Grayscale: #878787. Windows color (decimal): -5927653 or 1805733. OLE color: 1805733.
HSL color Cylindrical-coordinate representation of color #A58D1B: hue angle of 49.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A58D1B is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 27 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.35 |
| HSL | 49.57º | 0.72% | 0.38% | - |
| HSV(B) | 49.57º | 0.84% | 0.65% | - |
| XYZ | 25.24 | 27.13 | 4.94 | - |
| YUV | 135.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 27 | 0 | 0.15 | 0.84 | 0.35 | 49.57 | 0.72 | 0.38 |
| Hex | A5 | 8D | 1B | 0 | F | 54 | 23 | 32 | 48 | 26 |
| Octal | 245 | 215 | 33 | 0 | 17 | 124 | 43 | 62 | 110 | 46 |
| Binary | 10100101 | 10001101 | 11011 | 0 | 1111 | 1010100 | 100011 | 110010 | 1001000 | 100110 |
Color Harmonies of #A58D1B
Complementary color
Monochromatic Colors of #A58D1B
Black with #A58D1B
Text Example
Text Example
White with #A58D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D1B; }
p { color: rgb(165,141,27); }
H1.HeaderClassName
{
color: #A58D1B;
}
.AnyTagClassName
{
color: #A58D1B;
}
</style>
background-color css
<style>
a { background-color: #A58D1B; }
a { background-color: rgb(165,141,27); }
div.DivClassName
{
background-color: #A58D1B;
}
.BgClassName
{
background-color: #A58D1B;
}
</style>
border-color css
<style>
span { border-color: #A58D1B; }
span { border-color: rgb(165,141,27); }
td.TdClassName
{
border-color: #A58D1B;
}
.TagClassName
{
border-color: #A58D1B;
}
</style>