Shades of Lucky #A58D0B
Tints of Lucky #A58D0B
RGB
CMYK
RGB Variations
Color information
#A58D0B (or 0xA58D0B) is known color: Lucky. HEX triplet: A5, 8D and 0B. RGB value is (165,141,11). Sum of RGB (Red+Green+Blue) = 165+141+11=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58D0B is #5A72F4. Grayscale: #858585. Windows color (decimal): -5927669 or 757157. OLE color: 757157.
HSL color Cylindrical-coordinate representation of color #A58D0B: hue angle of 50.65º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A58D0B is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 11 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.35 |
| HSL | 50.65º | 0.88% | 0.35% | - |
| HSV(B) | 50.65º | 0.93% | 0.65% | - |
| XYZ | 25.1 | 27.07 | 4.22 | - |
| YUV | 133.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 11 | 0 | 0.15 | 0.93 | 0.35 | 50.65 | 0.88 | 0.35 |
| Hex | A5 | 8D | B | 0 | F | 5D | 23 | 33 | 58 | 23 |
| Octal | 245 | 215 | 13 | 0 | 17 | 135 | 43 | 63 | 130 | 43 |
| Binary | 10100101 | 10001101 | 1011 | 0 | 1111 | 1011101 | 100011 | 110011 | 1011000 | 100011 |
Color Harmonies of #A58D0B
Complementary color
Monochromatic Colors of #A58D0B
Black with #A58D0B
Text Example
Text Example
White with #A58D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D0B; }
p { color: rgb(165,141,11); }
H1.HeaderClassName
{
color: #A58D0B;
}
.AnyTagClassName
{
color: #A58D0B;
}
</style>
background-color css
<style>
a { background-color: #A58D0B; }
a { background-color: rgb(165,141,11); }
div.DivClassName
{
background-color: #A58D0B;
}
.BgClassName
{
background-color: #A58D0B;
}
</style>
border-color css
<style>
span { border-color: #A58D0B; }
span { border-color: rgb(165,141,11); }
td.TdClassName
{
border-color: #A58D0B;
}
.TagClassName
{
border-color: #A58D0B;
}
</style>