Shades of Lucky #A89125
Tints of Lucky #A89125
RGB
CMYK
RGB Variations
Color information
#A89125 (or 0xA89125) is known color: Lucky. HEX triplet: A8, 91 and 25. RGB value is (168,145,37). Sum of RGB (Red+Green+Blue) = 168+145+37=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A89125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89125 is #576EDA. Grayscale: #8C8C8C. Windows color (decimal): -5730011 or 2462120. OLE color: 2462120.
HSL color Cylindrical-coordinate representation of color #A89125: hue angle of 49.47º 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 #A89125 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 37 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.34 |
| HSL | 49.47º | 0.64% | 0.4% | - |
| HSV(B) | 49.47º | 0.78% | 0.66% | - |
| XYZ | 26.61 | 28.71 | 5.89 | - |
| YUV | 139.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 37 | 0 | 0.14 | 0.78 | 0.34 | 49.47 | 0.64 | 0.4 |
| Hex | A8 | 91 | 25 | 0 | E | 4E | 22 | 31 | 40 | 28 |
| Octal | 250 | 221 | 45 | 0 | 16 | 116 | 42 | 61 | 100 | 50 |
| Binary | 10101000 | 10010001 | 100101 | 0 | 1110 | 1001110 | 100010 | 110001 | 1000000 | 101000 |
Color Harmonies of #A89125
Complementary color
Monochromatic Colors of #A89125
Black with #A89125
Text Example
Text Example
White with #A89125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89125; }
p { color: rgb(168,145,37); }
H1.HeaderClassName
{
color: #A89125;
}
.AnyTagClassName
{
color: #A89125;
}
</style>
background-color css
<style>
a { background-color: #A89125; }
a { background-color: rgb(168,145,37); }
div.DivClassName
{
background-color: #A89125;
}
.BgClassName
{
background-color: #A89125;
}
</style>
border-color css
<style>
span { border-color: #A89125; }
span { border-color: rgb(168,145,37); }
td.TdClassName
{
border-color: #A89125;
}
.TagClassName
{
border-color: #A89125;
}
</style>