Shades of Lucky #A28F05
Tints of Lucky #A28F05
RGB
CMYK
RGB Variations
Color information
#A28F05 (or 0xA28F05) is known color: Lucky. HEX triplet: A2, 8F and 05. RGB value is (162,143,5). Sum of RGB (Red+Green+Blue) = 162+143+5=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28F05 is #5D70FA. Grayscale: #858585. Windows color (decimal): -6123771 or 364450. OLE color: 364450.
HSL color Cylindrical-coordinate representation of color #A28F05: hue angle of 52.74º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A28F05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.36 |
| HSL | 52.74º | 0.94% | 0.33% | - |
| HSV(B) | 52.74º | 0.97% | 0.64% | - |
| XYZ | 24.75 | 27.34 | 4.12 | - |
| YUV | 132.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 5 | 0 | 0.12 | 0.97 | 0.36 | 52.74 | 0.94 | 0.33 |
| Hex | A2 | 8F | 5 | 0 | C | 61 | 24 | 35 | 5E | 21 |
| Octal | 242 | 217 | 5 | 0 | 14 | 141 | 44 | 65 | 136 | 41 |
| Binary | 10100010 | 10001111 | 101 | 0 | 1100 | 1100001 | 100100 | 110101 | 1011110 | 100001 |
Color Harmonies of #A28F05
Complementary color
Monochromatic Colors of #A28F05
Black with #A28F05
Text Example
Text Example
White with #A28F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F05; }
p { color: rgb(162,143,5); }
H1.HeaderClassName
{
color: #A28F05;
}
.AnyTagClassName
{
color: #A28F05;
}
</style>
background-color css
<style>
a { background-color: #A28F05; }
a { background-color: rgb(162,143,5); }
div.DivClassName
{
background-color: #A28F05;
}
.BgClassName
{
background-color: #A28F05;
}
</style>
border-color css
<style>
span { border-color: #A28F05; }
span { border-color: rgb(162,143,5); }
td.TdClassName
{
border-color: #A28F05;
}
.TagClassName
{
border-color: #A28F05;
}
</style>