Shades of Lucky #A58F0B
Tints of Lucky #A58F0B
RGB
CMYK
RGB Variations
Color information
#A58F0B (or 0xA58F0B) is known color: Lucky. HEX triplet: A5, 8F and 0B. RGB value is (165,143,11). Sum of RGB (Red+Green+Blue) = 165+143+11=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58F0B is #5A70F4. Grayscale: #878787. Windows color (decimal): -5927157 or 757669. OLE color: 757669.
HSL color Cylindrical-coordinate representation of color #A58F0B: hue angle of 51.43º 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 #A58F0B is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 11 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.35 |
| HSL | 51.43º | 0.88% | 0.35% | - |
| HSV(B) | 51.43º | 0.93% | 0.65% | - |
| XYZ | 25.4 | 27.67 | 4.32 | - |
| YUV | 134.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 11 | 0 | 0.13 | 0.93 | 0.35 | 51.43 | 0.88 | 0.35 |
| Hex | A5 | 8F | B | 0 | D | 5D | 23 | 33 | 58 | 23 |
| Octal | 245 | 217 | 13 | 0 | 15 | 135 | 43 | 63 | 130 | 43 |
| Binary | 10100101 | 10001111 | 1011 | 0 | 1101 | 1011101 | 100011 | 110011 | 1011000 | 100011 |
Color Harmonies of #A58F0B
Complementary color
Monochromatic Colors of #A58F0B
Black with #A58F0B
Text Example
Text Example
White with #A58F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F0B; }
p { color: rgb(165,143,11); }
H1.HeaderClassName
{
color: #A58F0B;
}
.AnyTagClassName
{
color: #A58F0B;
}
</style>
background-color css
<style>
a { background-color: #A58F0B; }
a { background-color: rgb(165,143,11); }
div.DivClassName
{
background-color: #A58F0B;
}
.BgClassName
{
background-color: #A58F0B;
}
</style>
border-color css
<style>
span { border-color: #A58F0B; }
span { border-color: rgb(165,143,11); }
td.TdClassName
{
border-color: #A58F0B;
}
.TagClassName
{
border-color: #A58F0B;
}
</style>