Shades of Lucky #A58C0E
Tints of Lucky #A58C0E
RGB
CMYK
RGB Variations
Color information
#A58C0E (or 0xA58C0E) is known color: Lucky. HEX triplet: A5, 8C and 0E. RGB value is (165,140,14). Sum of RGB (Red+Green+Blue) = 165+140+14=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58C0E is #5A73F1. Grayscale: #858585. Windows color (decimal): -5927922 or 953509. OLE color: 953509.
HSL color Cylindrical-coordinate representation of color #A58C0E: hue angle of 50.07º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A58C0E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 140 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.35 |
| HSL | 50.07º | 0.84% | 0.35% | - |
| HSV(B) | 50.07º | 0.92% | 0.65% | - |
| XYZ | 24.97 | 26.79 | 4.27 | - |
| YUV | 133.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 14 | 0 | 0.15 | 0.92 | 0.35 | 50.07 | 0.84 | 0.35 |
| Hex | A5 | 8C | E | 0 | F | 5C | 23 | 32 | 54 | 23 |
| Octal | 245 | 214 | 16 | 0 | 17 | 134 | 43 | 62 | 124 | 43 |
| Binary | 10100101 | 10001100 | 1110 | 0 | 1111 | 1011100 | 100011 | 110010 | 1010100 | 100011 |
Color Harmonies of #A58C0E
Complementary color
Monochromatic Colors of #A58C0E
Black with #A58C0E
Text Example
Text Example
White with #A58C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58C0E; }
p { color: rgb(165,140,14); }
H1.HeaderClassName
{
color: #A58C0E;
}
.AnyTagClassName
{
color: #A58C0E;
}
</style>
background-color css
<style>
a { background-color: #A58C0E; }
a { background-color: rgb(165,140,14); }
div.DivClassName
{
background-color: #A58C0E;
}
.BgClassName
{
background-color: #A58C0E;
}
</style>
border-color css
<style>
span { border-color: #A58C0E; }
span { border-color: rgb(165,140,14); }
td.TdClassName
{
border-color: #A58C0E;
}
.TagClassName
{
border-color: #A58C0E;
}
</style>