Shades of Lucky #A89C0B
Tints of Lucky #A89C0B
RGB
CMYK
RGB Variations
Color information
#A89C0B (or 0xA89C0B) is known color: Lucky. HEX triplet: A8, 9C and 0B. RGB value is (168,156,11). Sum of RGB (Red+Green+Blue) = 168+156+11=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89C0B is #5763F4. Grayscale: #8F8F8F. Windows color (decimal): -5727221 or 761000. OLE color: 761000.
HSL color Cylindrical-coordinate representation of color #A89C0B: hue angle of 55.41º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A89C0B is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 11 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.34 |
| HSL | 55.41º | 0.88% | 0.35% | - |
| HSV(B) | 55.41º | 0.93% | 0.66% | - |
| XYZ | 28.1 | 32.13 | 5.04 | - |
| YUV | 143.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 11 | 0 | 0.07 | 0.93 | 0.34 | 55.41 | 0.88 | 0.35 |
| Hex | A8 | 9C | B | 0 | 7 | 5D | 22 | 37 | 58 | 23 |
| Octal | 250 | 234 | 13 | 0 | 7 | 135 | 42 | 67 | 130 | 43 |
| Binary | 10101000 | 10011100 | 1011 | 0 | 111 | 1011101 | 100010 | 110111 | 1011000 | 100011 |
Color Harmonies of #A89C0B
Complementary color
Monochromatic Colors of #A89C0B
Black with #A89C0B
Text Example
Text Example
White with #A89C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C0B; }
p { color: rgb(168,156,11); }
H1.HeaderClassName
{
color: #A89C0B;
}
.AnyTagClassName
{
color: #A89C0B;
}
</style>
background-color css
<style>
a { background-color: #A89C0B; }
a { background-color: rgb(168,156,11); }
div.DivClassName
{
background-color: #A89C0B;
}
.BgClassName
{
background-color: #A89C0B;
}
</style>
border-color css
<style>
span { border-color: #A89C0B; }
span { border-color: rgb(168,156,11); }
td.TdClassName
{
border-color: #A89C0B;
}
.TagClassName
{
border-color: #A89C0B;
}
</style>