Shades of Lucky #A5900E
Tints of Lucky #A5900E
RGB
CMYK
RGB Variations
Color information
#A5900E (or 0xA5900E) is known color: Lucky. HEX triplet: A5, 90 and 0E. RGB value is (165,144,14). Sum of RGB (Red+Green+Blue) = 165+144+14=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5900E is #5A6FF1. Grayscale: #878787. Windows color (decimal): -5926898 or 954533. OLE color: 954533.
HSL color Cylindrical-coordinate representation of color #A5900E: hue angle of 51.66º 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 #A5900E is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 144 | 14 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.35 |
| HSL | 51.66º | 0.84% | 0.35% | - |
| HSV(B) | 51.66º | 0.92% | 0.65% | - |
| XYZ | 25.57 | 27.98 | 4.47 | - |
| YUV | 135.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 14 | 0 | 0.13 | 0.92 | 0.35 | 51.66 | 0.84 | 0.35 |
| Hex | A5 | 90 | E | 0 | D | 5C | 23 | 34 | 54 | 23 |
| Octal | 245 | 220 | 16 | 0 | 15 | 134 | 43 | 64 | 124 | 43 |
| Binary | 10100101 | 10010000 | 1110 | 0 | 1101 | 1011100 | 100011 | 110100 | 1010100 | 100011 |
Color Harmonies of #A5900E
Complementary color
Monochromatic Colors of #A5900E
Black with #A5900E
Text Example
Text Example
White with #A5900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5900E; }
p { color: rgb(165,144,14); }
H1.HeaderClassName
{
color: #A5900E;
}
.AnyTagClassName
{
color: #A5900E;
}
</style>
background-color css
<style>
a { background-color: #A5900E; }
a { background-color: rgb(165,144,14); }
div.DivClassName
{
background-color: #A5900E;
}
.BgClassName
{
background-color: #A5900E;
}
</style>
border-color css
<style>
span { border-color: #A5900E; }
span { border-color: rgb(165,144,14); }
td.TdClassName
{
border-color: #A5900E;
}
.TagClassName
{
border-color: #A5900E;
}
</style>