Shades of Lucky #A89C01
Tints of Lucky #A89C01
RGB
CMYK
RGB Variations
Color information
#A89C01 (or 0xA89C01) is known color: Lucky. HEX triplet: A8, 9C and 01. RGB value is (168,156,1). Sum of RGB (Red+Green+Blue) = 168+156+1=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89C01 is #5763FE. Grayscale: #8E8E8E. Windows color (decimal): -5727231 or 105640. OLE color: 105640.
HSL color Cylindrical-coordinate representation of color #A89C01: hue angle of 55.69º 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 #A89C01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.34 |
| HSL | 55.69º | 0.99% | 0.33% | - |
| HSV(B) | 55.69º | 0.99% | 0.66% | - |
| XYZ | 28.04 | 32.1 | 4.75 | - |
| YUV | 141.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 1 | 0 | 0.07 | 0.99 | 0.34 | 55.69 | 0.99 | 0.33 |
| Hex | A8 | 9C | 1 | 0 | 7 | 63 | 22 | 38 | 63 | 21 |
| Octal | 250 | 234 | 1 | 0 | 7 | 143 | 42 | 70 | 143 | 41 |
| Binary | 10101000 | 10011100 | 1 | 0 | 111 | 1100011 | 100010 | 111000 | 1100011 | 100001 |
Color Harmonies of #A89C01
Complementary color
Monochromatic Colors of #A89C01
Black with #A89C01
Text Example
Text Example
White with #A89C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C01; }
p { color: rgb(168,156,1); }
H1.HeaderClassName
{
color: #A89C01;
}
.AnyTagClassName
{
color: #A89C01;
}
</style>
background-color css
<style>
a { background-color: #A89C01; }
a { background-color: rgb(168,156,1); }
div.DivClassName
{
background-color: #A89C01;
}
.BgClassName
{
background-color: #A89C01;
}
</style>
border-color css
<style>
span { border-color: #A89C01; }
span { border-color: rgb(168,156,1); }
td.TdClassName
{
border-color: #A89C01;
}
.TagClassName
{
border-color: #A89C01;
}
</style>