Shades of Lucky #A59E1B
Tints of Lucky #A59E1B
RGB
CMYK
RGB Variations
Color information
#A59E1B (or 0xA59E1B) is known color: Lucky. HEX triplet: A5, 9E and 1B. RGB value is (165,158,27). Sum of RGB (Red+Green+Blue) = 165+158+27=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E1B is #5A61E4. Grayscale: #919191. Windows color (decimal): -5923301 or 1810085. OLE color: 1810085.
HSL color Cylindrical-coordinate representation of color #A59E1B: hue angle of 56.96º 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 #A59E1B is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 158 | 27 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.35 |
| HSL | 56.96º | 0.72% | 0.38% | - |
| HSV(B) | 56.96º | 0.84% | 0.65% | - |
| XYZ | 27.94 | 32.53 | 5.84 | - |
| YUV | 145.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 27 | 0 | 0.04 | 0.84 | 0.35 | 56.96 | 0.72 | 0.38 |
| Hex | A5 | 9E | 1B | 0 | 4 | 54 | 23 | 39 | 48 | 26 |
| Octal | 245 | 236 | 33 | 0 | 4 | 124 | 43 | 71 | 110 | 46 |
| Binary | 10100101 | 10011110 | 11011 | 0 | 100 | 1010100 | 100011 | 111001 | 1001000 | 100110 |
Color Harmonies of #A59E1B
Complementary color
Monochromatic Colors of #A59E1B
Black with #A59E1B
Text Example
Text Example
White with #A59E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59E1B; }
p { color: rgb(165,158,27); }
H1.HeaderClassName
{
color: #A59E1B;
}
.AnyTagClassName
{
color: #A59E1B;
}
</style>
background-color css
<style>
a { background-color: #A59E1B; }
a { background-color: rgb(165,158,27); }
div.DivClassName
{
background-color: #A59E1B;
}
.BgClassName
{
background-color: #A59E1B;
}
</style>
border-color css
<style>
span { border-color: #A59E1B; }
span { border-color: rgb(165,158,27); }
td.TdClassName
{
border-color: #A59E1B;
}
.TagClassName
{
border-color: #A59E1B;
}
</style>