Shades of Lucky #A89308
Tints of Lucky #A89308
RGB
CMYK
RGB Variations
Color information
#A89308 (or 0xA89308) is known color: Lucky. HEX triplet: A8, 93 and 08. RGB value is (168,147,8). Sum of RGB (Red+Green+Blue) = 168+147+8=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A89308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89308 is #576CF7. Grayscale: #8A8A8A. Windows color (decimal): -5729528 or 562088. OLE color: 562088.
HSL color Cylindrical-coordinate representation of color #A89308: hue angle of 52.12º 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 #A89308 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 8 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.34 |
| HSL | 52.13º | 0.91% | 0.35% | - |
| HSV(B) | 52.13º | 0.95% | 0.66% | - |
| XYZ | 26.63 | 29.21 | 4.46 | - |
| YUV | 137.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 8 | 0 | 0.13 | 0.95 | 0.34 | 52.13 | 0.91 | 0.35 |
| Hex | A8 | 93 | 8 | 0 | D | 5F | 22 | 34 | 5B | 23 |
| Octal | 250 | 223 | 10 | 0 | 15 | 137 | 42 | 64 | 133 | 43 |
| Binary | 10101000 | 10010011 | 1000 | 0 | 1101 | 1011111 | 100010 | 110100 | 1011011 | 100011 |
Color Harmonies of #A89308
Complementary color
Monochromatic Colors of #A89308
Black with #A89308
Text Example
Text Example
White with #A89308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89308; }
p { color: rgb(168,147,8); }
H1.HeaderClassName
{
color: #A89308;
}
.AnyTagClassName
{
color: #A89308;
}
</style>
background-color css
<style>
a { background-color: #A89308; }
a { background-color: rgb(168,147,8); }
div.DivClassName
{
background-color: #A89308;
}
.BgClassName
{
background-color: #A89308;
}
</style>
border-color css
<style>
span { border-color: #A89308; }
span { border-color: rgb(168,147,8); }
td.TdClassName
{
border-color: #A89308;
}
.TagClassName
{
border-color: #A89308;
}
</style>