Shades of Lucky #A59308
Tints of Lucky #A59308
RGB
CMYK
RGB Variations
Color information
#A59308 (or 0xA59308) is known color: Lucky. HEX triplet: A5, 93 and 08. RGB value is (165,147,8). Sum of RGB (Red+Green+Blue) = 165+147+8=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A59308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59308 is #5A6CF7. Grayscale: #898989. Windows color (decimal): -5926136 or 562085. OLE color: 562085.
HSL color Cylindrical-coordinate representation of color #A59308: hue angle of 53.12º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A59308 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 147 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.35 |
| HSL | 53.12º | 0.91% | 0.34% | - |
| HSV(B) | 53.12º | 0.95% | 0.65% | - |
| XYZ | 25.99 | 28.88 | 4.43 | - |
| YUV | 136.54 | 55.46 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 8 | 0 | 0.11 | 0.95 | 0.35 | 53.12 | 0.91 | 0.34 |
| Hex | A5 | 93 | 8 | 0 | B | 5F | 23 | 35 | 5B | 22 |
| Octal | 245 | 223 | 10 | 0 | 13 | 137 | 43 | 65 | 133 | 42 |
| Binary | 10100101 | 10010011 | 1000 | 0 | 1011 | 1011111 | 100011 | 110101 | 1011011 | 100010 |
Color Harmonies of #A59308
Complementary color
Monochromatic Colors of #A59308
Black with #A59308
Text Example
Text Example
White with #A59308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59308; }
p { color: rgb(165,147,8); }
H1.HeaderClassName
{
color: #A59308;
}
.AnyTagClassName
{
color: #A59308;
}
</style>
background-color css
<style>
a { background-color: #A59308; }
a { background-color: rgb(165,147,8); }
div.DivClassName
{
background-color: #A59308;
}
.BgClassName
{
background-color: #A59308;
}
</style>
border-color css
<style>
span { border-color: #A59308; }
span { border-color: rgb(165,147,8); }
td.TdClassName
{
border-color: #A59308;
}
.TagClassName
{
border-color: #A59308;
}
</style>