Shades of Lucky #A89B25
Tints of Lucky #A89B25
RGB
CMYK
RGB Variations
Color information
#A89B25 (or 0xA89B25) is known color: Lucky. HEX triplet: A8, 9B and 25. RGB value is (168,155,37). Sum of RGB (Red+Green+Blue) = 168+155+37=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89B25 is #5764DA. Grayscale: #919191. Windows color (decimal): -5727451 or 2464680. OLE color: 2464680.
HSL color Cylindrical-coordinate representation of color #A89B25: hue angle of 54.05º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A89B25 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 37 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.34 |
| HSL | 54.05º | 0.64% | 0.4% | - |
| HSV(B) | 54.05º | 0.78% | 0.66% | - |
| XYZ | 28.2 | 31.9 | 6.42 | - |
| YUV | 145.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 37 | 0 | 0.08 | 0.78 | 0.34 | 54.05 | 0.64 | 0.4 |
| Hex | A8 | 9B | 25 | 0 | 8 | 4E | 22 | 36 | 40 | 28 |
| Octal | 250 | 233 | 45 | 0 | 10 | 116 | 42 | 66 | 100 | 50 |
| Binary | 10101000 | 10011011 | 100101 | 0 | 1000 | 1001110 | 100010 | 110110 | 1000000 | 101000 |
Color Harmonies of #A89B25
Complementary color
Monochromatic Colors of #A89B25
Black with #A89B25
Text Example
Text Example
White with #A89B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B25; }
p { color: rgb(168,155,37); }
H1.HeaderClassName
{
color: #A89B25;
}
.AnyTagClassName
{
color: #A89B25;
}
</style>
background-color css
<style>
a { background-color: #A89B25; }
a { background-color: rgb(168,155,37); }
div.DivClassName
{
background-color: #A89B25;
}
.BgClassName
{
background-color: #A89B25;
}
</style>
border-color css
<style>
span { border-color: #A89B25; }
span { border-color: rgb(168,155,37); }
td.TdClassName
{
border-color: #A89B25;
}
.TagClassName
{
border-color: #A89B25;
}
</style>