Shades of Lucky #A89B0C
Tints of Lucky #A89B0C
RGB
CMYK
RGB Variations
Color information
#A89B0C (or 0xA89B0C) is known color: Lucky. HEX triplet: A8, 9B and 0C. RGB value is (168,155,12). Sum of RGB (Red+Green+Blue) = 168+155+12=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89B0C is #5764F3. Grayscale: #8F8F8F. Windows color (decimal): -5727476 or 826280. OLE color: 826280.
HSL color Cylindrical-coordinate representation of color #A89B0C: hue angle of 55º degrees, saturation: 0.87, 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 #A89B0C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 12 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.34 |
| HSL | 55º | 0.87% | 0.35% | - |
| HSV(B) | 55º | 0.93% | 0.66% | - |
| XYZ | 27.94 | 31.79 | 5.01 | - |
| YUV | 142.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 12 | 0 | 0.08 | 0.93 | 0.34 | 55 | 0.87 | 0.35 |
| Hex | A8 | 9B | C | 0 | 8 | 5D | 22 | 37 | 57 | 23 |
| Octal | 250 | 233 | 14 | 0 | 10 | 135 | 42 | 67 | 127 | 43 |
| Binary | 10101000 | 10011011 | 1100 | 0 | 1000 | 1011101 | 100010 | 110111 | 1010111 | 100011 |
Color Harmonies of #A89B0C
Complementary color
Monochromatic Colors of #A89B0C
Black with #A89B0C
Text Example
Text Example
White with #A89B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B0C; }
p { color: rgb(168,155,12); }
H1.HeaderClassName
{
color: #A89B0C;
}
.AnyTagClassName
{
color: #A89B0C;
}
</style>
background-color css
<style>
a { background-color: #A89B0C; }
a { background-color: rgb(168,155,12); }
div.DivClassName
{
background-color: #A89B0C;
}
.BgClassName
{
background-color: #A89B0C;
}
</style>
border-color css
<style>
span { border-color: #A89B0C; }
span { border-color: rgb(168,155,12); }
td.TdClassName
{
border-color: #A89B0C;
}
.TagClassName
{
border-color: #A89B0C;
}
</style>