Shades of Lucky #A39B08
Tints of Lucky #A39B08
RGB
CMYK
RGB Variations
Color information
#A39B08 (or 0xA39B08) is known color: Lucky. HEX triplet: A3, 9B and 08. RGB value is (163,155,8). Sum of RGB (Red+Green+Blue) = 163+155+8=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39B08 is #5C64F7. Grayscale: #8D8D8D. Windows color (decimal): -6055160 or 564131. OLE color: 564131.
HSL color Cylindrical-coordinate representation of color #A39B08: hue angle of 56.9º 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 #A39B08 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 8 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.36 |
| HSL | 56.9º | 0.91% | 0.34% | - |
| HSV(B) | 56.9º | 0.95% | 0.64% | - |
| XYZ | 26.87 | 31.25 | 4.84 | - |
| YUV | 140.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 8 | 0 | 0.05 | 0.95 | 0.36 | 56.9 | 0.91 | 0.34 |
| Hex | A3 | 9B | 8 | 0 | 5 | 5F | 24 | 39 | 5B | 22 |
| Octal | 243 | 233 | 10 | 0 | 5 | 137 | 44 | 71 | 133 | 42 |
| Binary | 10100011 | 10011011 | 1000 | 0 | 101 | 1011111 | 100100 | 111001 | 1011011 | 100010 |
Color Harmonies of #A39B08
Complementary color
Monochromatic Colors of #A39B08
Black with #A39B08
Text Example
Text Example
White with #A39B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B08; }
p { color: rgb(163,155,8); }
H1.HeaderClassName
{
color: #A39B08;
}
.AnyTagClassName
{
color: #A39B08;
}
</style>
background-color css
<style>
a { background-color: #A39B08; }
a { background-color: rgb(163,155,8); }
div.DivClassName
{
background-color: #A39B08;
}
.BgClassName
{
background-color: #A39B08;
}
</style>
border-color css
<style>
span { border-color: #A39B08; }
span { border-color: rgb(163,155,8); }
td.TdClassName
{
border-color: #A39B08;
}
.TagClassName
{
border-color: #A39B08;
}
</style>