Shades of Lucky #A59A26
Tints of Lucky #A59A26
RGB
CMYK
RGB Variations
Color information
#A59A26 (or 0xA59A26) is known color: Lucky. HEX triplet: A5, 9A and 26. RGB value is (165,154,38). Sum of RGB (Red+Green+Blue) = 165+154+38=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A26 is #5A65D9. Grayscale: #909090. Windows color (decimal): -5924314 or 2529957. OLE color: 2529957.
HSL color Cylindrical-coordinate representation of color #A59A26: hue angle of 54.8º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A59A26 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 38 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.35 |
| HSL | 54.8º | 0.63% | 0.4% | - |
| HSV(B) | 54.8º | 0.77% | 0.65% | - |
| XYZ | 27.42 | 31.25 | 6.42 | - |
| YUV | 144.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 38 | 0 | 0.07 | 0.77 | 0.35 | 54.8 | 0.63 | 0.4 |
| Hex | A5 | 9A | 26 | 0 | 7 | 4D | 23 | 37 | 3F | 28 |
| Octal | 245 | 232 | 46 | 0 | 7 | 115 | 43 | 67 | 77 | 50 |
| Binary | 10100101 | 10011010 | 100110 | 0 | 111 | 1001101 | 100011 | 110111 | 111111 | 101000 |
Color Harmonies of #A59A26
Complementary color
Monochromatic Colors of #A59A26
Black with #A59A26
Text Example
Text Example
White with #A59A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A26; }
p { color: rgb(165,154,38); }
H1.HeaderClassName
{
color: #A59A26;
}
.AnyTagClassName
{
color: #A59A26;
}
</style>
background-color css
<style>
a { background-color: #A59A26; }
a { background-color: rgb(165,154,38); }
div.DivClassName
{
background-color: #A59A26;
}
.BgClassName
{
background-color: #A59A26;
}
</style>
border-color css
<style>
span { border-color: #A59A26; }
span { border-color: rgb(165,154,38); }
td.TdClassName
{
border-color: #A59A26;
}
.TagClassName
{
border-color: #A59A26;
}
</style>