Shades of Lucky #A89A1B
Tints of Lucky #A89A1B
RGB
CMYK
RGB Variations
Color information
#A89A1B (or 0xA89A1B) is known color: Lucky. HEX triplet: A8, 9A and 1B. RGB value is (168,154,27). Sum of RGB (Red+Green+Blue) = 168+154+27=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A1B is #5765E4. Grayscale: #909090. Windows color (decimal): -5727717 or 1809064. OLE color: 1809064.
HSL color Cylindrical-coordinate representation of color #A89A1B: hue angle of 54.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A89A1B is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 27 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.34 |
| HSL | 54.04º | 0.72% | 0.38% | - |
| HSV(B) | 54.04º | 0.84% | 0.66% | - |
| XYZ | 27.9 | 31.52 | 5.65 | - |
| YUV | 143.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 27 | 0 | 0.08 | 0.84 | 0.34 | 54.04 | 0.72 | 0.38 |
| Hex | A8 | 9A | 1B | 0 | 8 | 54 | 22 | 36 | 48 | 26 |
| Octal | 250 | 232 | 33 | 0 | 10 | 124 | 42 | 66 | 110 | 46 |
| Binary | 10101000 | 10011010 | 11011 | 0 | 1000 | 1010100 | 100010 | 110110 | 1001000 | 100110 |
Color Harmonies of #A89A1B
Complementary color
Monochromatic Colors of #A89A1B
Black with #A89A1B
Text Example
Text Example
White with #A89A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A1B; }
p { color: rgb(168,154,27); }
H1.HeaderClassName
{
color: #A89A1B;
}
.AnyTagClassName
{
color: #A89A1B;
}
</style>
background-color css
<style>
a { background-color: #A89A1B; }
a { background-color: rgb(168,154,27); }
div.DivClassName
{
background-color: #A89A1B;
}
.BgClassName
{
background-color: #A89A1B;
}
</style>
border-color css
<style>
span { border-color: #A89A1B; }
span { border-color: rgb(168,154,27); }
td.TdClassName
{
border-color: #A89A1B;
}
.TagClassName
{
border-color: #A89A1B;
}
</style>