Shades of Lucky #A39808
Tints of Lucky #A39808
RGB
CMYK
RGB Variations
Color information
#A39808 (or 0xA39808) is known color: Lucky. HEX triplet: A3, 98 and 08. RGB value is (163,152,8). Sum of RGB (Red+Green+Blue) = 163+152+8=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A39808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39808 is #5C67F7. Grayscale: #8B8B8B. Windows color (decimal): -6055928 or 563363. OLE color: 563363.
HSL color Cylindrical-coordinate representation of color #A39808: hue angle of 55.74º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A39808 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 8 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.36 |
| HSL | 55.74º | 0.91% | 0.34% | - |
| HSV(B) | 55.74º | 0.95% | 0.64% | - |
| XYZ | 26.38 | 30.26 | 4.68 | - |
| YUV | 138.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 8 | 0 | 0.07 | 0.95 | 0.36 | 55.74 | 0.91 | 0.34 |
| Hex | A3 | 98 | 8 | 0 | 7 | 5F | 24 | 38 | 5B | 22 |
| Octal | 243 | 230 | 10 | 0 | 7 | 137 | 44 | 70 | 133 | 42 |
| Binary | 10100011 | 10011000 | 1000 | 0 | 111 | 1011111 | 100100 | 111000 | 1011011 | 100010 |
Color Harmonies of #A39808
Complementary color
Monochromatic Colors of #A39808
Black with #A39808
Text Example
Text Example
White with #A39808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39808; }
p { color: rgb(163,152,8); }
H1.HeaderClassName
{
color: #A39808;
}
.AnyTagClassName
{
color: #A39808;
}
</style>
background-color css
<style>
a { background-color: #A39808; }
a { background-color: rgb(163,152,8); }
div.DivClassName
{
background-color: #A39808;
}
.BgClassName
{
background-color: #A39808;
}
</style>
border-color css
<style>
span { border-color: #A39808; }
span { border-color: rgb(163,152,8); }
td.TdClassName
{
border-color: #A39808;
}
.TagClassName
{
border-color: #A39808;
}
</style>