Shades of Lucky #A99308
Tints of Lucky #A99308
RGB
CMYK
RGB Variations
Color information
#A99308 (or 0xA99308) is known color: Lucky. HEX triplet: A9, 93 and 08. RGB value is (169,147,8). Sum of RGB (Red+Green+Blue) = 169+147+8=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A99308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99308 is #566CF7. Grayscale: #8A8A8A. Windows color (decimal): -5663992 or 562089. OLE color: 562089.
HSL color Cylindrical-coordinate representation of color #A99308: hue angle of 51.8º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A99308 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 8 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.34 |
| HSL | 51.8º | 0.91% | 0.35% | - |
| HSV(B) | 51.8º | 0.95% | 0.66% | - |
| XYZ | 26.84 | 29.32 | 4.47 | - |
| YUV | 137.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 8 | 0 | 0.13 | 0.95 | 0.34 | 51.8 | 0.91 | 0.35 |
| Hex | A9 | 93 | 8 | 0 | D | 5F | 22 | 34 | 5B | 23 |
| Octal | 251 | 223 | 10 | 0 | 15 | 137 | 42 | 64 | 133 | 43 |
| Binary | 10101001 | 10010011 | 1000 | 0 | 1101 | 1011111 | 100010 | 110100 | 1011011 | 100011 |
Color Harmonies of #A99308
Complementary color
Monochromatic Colors of #A99308
Black with #A99308
Text Example
Text Example
White with #A99308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99308; }
p { color: rgb(169,147,8); }
H1.HeaderClassName
{
color: #A99308;
}
.AnyTagClassName
{
color: #A99308;
}
</style>
background-color css
<style>
a { background-color: #A99308; }
a { background-color: rgb(169,147,8); }
div.DivClassName
{
background-color: #A99308;
}
.BgClassName
{
background-color: #A99308;
}
</style>
border-color css
<style>
span { border-color: #A99308; }
span { border-color: rgb(169,147,8); }
td.TdClassName
{
border-color: #A99308;
}
.TagClassName
{
border-color: #A99308;
}
</style>