Shades of Lucky #A89B01
Tints of Lucky #A89B01
RGB
CMYK
RGB Variations
Color information
#A89B01 (or 0xA89B01) is known color: Lucky. HEX triplet: A8, 9B and 01. RGB value is (168,155,1). Sum of RGB (Red+Green+Blue) = 168+155+1=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89B01 is #5764FE. Grayscale: #8D8D8D. Windows color (decimal): -5727487 or 105384. OLE color: 105384.
HSL color Cylindrical-coordinate representation of color #A89B01: hue angle of 55.33º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A89B01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.34 |
| HSL | 55.33º | 0.99% | 0.33% | - |
| HSV(B) | 55.33º | 0.99% | 0.66% | - |
| XYZ | 27.88 | 31.77 | 4.69 | - |
| YUV | 141.33 | 48.81 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 1 | 0 | 0.08 | 0.99 | 0.34 | 55.33 | 0.99 | 0.33 |
| Hex | A8 | 9B | 1 | 0 | 8 | 63 | 22 | 37 | 63 | 21 |
| Octal | 250 | 233 | 1 | 0 | 10 | 143 | 42 | 67 | 143 | 41 |
| Binary | 10101000 | 10011011 | 1 | 0 | 1000 | 1100011 | 100010 | 110111 | 1100011 | 100001 |
Color Harmonies of #A89B01
Complementary color
Monochromatic Colors of #A89B01
Black with #A89B01
Text Example
Text Example
White with #A89B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B01; }
p { color: rgb(168,155,1); }
H1.HeaderClassName
{
color: #A89B01;
}
.AnyTagClassName
{
color: #A89B01;
}
</style>
background-color css
<style>
a { background-color: #A89B01; }
a { background-color: rgb(168,155,1); }
div.DivClassName
{
background-color: #A89B01;
}
.BgClassName
{
background-color: #A89B01;
}
</style>
border-color css
<style>
span { border-color: #A89B01; }
span { border-color: rgb(168,155,1); }
td.TdClassName
{
border-color: #A89B01;
}
.TagClassName
{
border-color: #A89B01;
}
</style>