Shades of Lucky #A89F2B
Tints of Lucky #A89F2B
RGB
CMYK
RGB Variations
Color information
#A89F2B (or 0xA89F2B) is known color: Lucky. HEX triplet: A8, 9F and 2B. RGB value is (168,159,43). Sum of RGB (Red+Green+Blue) = 168+159+43=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F2B is #5760D4. Grayscale: #949494. Windows color (decimal): -5726421 or 2858920. OLE color: 2858920.
HSL color Cylindrical-coordinate representation of color #A89F2B: hue angle of 55.68º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A89F2B is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 43 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.34 |
| HSL | 55.68º | 0.59% | 0.41% | - |
| HSV(B) | 55.68º | 0.74% | 0.66% | - |
| XYZ | 28.98 | 33.3 | 7.18 | - |
| YUV | 148.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 43 | 0 | 0.05 | 0.74 | 0.34 | 55.68 | 0.59 | 0.41 |
| Hex | A8 | 9F | 2B | 0 | 5 | 4A | 22 | 38 | 3B | 29 |
| Octal | 250 | 237 | 53 | 0 | 5 | 112 | 42 | 70 | 73 | 51 |
| Binary | 10101000 | 10011111 | 101011 | 0 | 101 | 1001010 | 100010 | 111000 | 111011 | 101001 |
Color Harmonies of #A89F2B
Complementary color
Monochromatic Colors of #A89F2B
Black with #A89F2B
Text Example
Text Example
White with #A89F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F2B; }
p { color: rgb(168,159,43); }
H1.HeaderClassName
{
color: #A89F2B;
}
.AnyTagClassName
{
color: #A89F2B;
}
</style>
background-color css
<style>
a { background-color: #A89F2B; }
a { background-color: rgb(168,159,43); }
div.DivClassName
{
background-color: #A89F2B;
}
.BgClassName
{
background-color: #A89F2B;
}
</style>
border-color css
<style>
span { border-color: #A89F2B; }
span { border-color: rgb(168,159,43); }
td.TdClassName
{
border-color: #A89F2B;
}
.TagClassName
{
border-color: #A89F2B;
}
</style>