Shades of Lucky #A58F10
Tints of Lucky #A58F10
RGB
CMYK
RGB Variations
Color information
#A58F10 (or 0xA58F10) is known color: Lucky. HEX triplet: A5, 8F and 10. RGB value is (165,143,16). Sum of RGB (Red+Green+Blue) = 165+143+16=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58F10 is #5A70EF. Grayscale: #878787. Windows color (decimal): -5927152 or 1085349. OLE color: 1085349.
HSL color Cylindrical-coordinate representation of color #A58F10: hue angle of 51.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A58F10 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 16 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.35 |
| HSL | 51.14º | 0.82% | 0.35% | - |
| HSV(B) | 51.14º | 0.9% | 0.65% | - |
| XYZ | 25.43 | 27.68 | 4.49 | - |
| YUV | 135.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 16 | 0 | 0.13 | 0.90 | 0.35 | 51.14 | 0.82 | 0.35 |
| Hex | A5 | 8F | 10 | 0 | D | 5A | 23 | 33 | 52 | 23 |
| Octal | 245 | 217 | 20 | 0 | 15 | 132 | 43 | 63 | 122 | 43 |
| Binary | 10100101 | 10001111 | 10000 | 0 | 1101 | 1011010 | 100011 | 110011 | 1010010 | 100011 |
Color Harmonies of #A58F10
Complementary color
Monochromatic Colors of #A58F10
Black with #A58F10
Text Example
Text Example
White with #A58F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F10; }
p { color: rgb(165,143,16); }
H1.HeaderClassName
{
color: #A58F10;
}
.AnyTagClassName
{
color: #A58F10;
}
</style>
background-color css
<style>
a { background-color: #A58F10; }
a { background-color: rgb(165,143,16); }
div.DivClassName
{
background-color: #A58F10;
}
.BgClassName
{
background-color: #A58F10;
}
</style>
border-color css
<style>
span { border-color: #A58F10; }
span { border-color: rgb(165,143,16); }
td.TdClassName
{
border-color: #A58F10;
}
.TagClassName
{
border-color: #A58F10;
}
</style>