Shades of Lucky #A28E05
Tints of Lucky #A28E05
RGB
CMYK
RGB Variations
Color information
#A28E05 (or 0xA28E05) is known color: Lucky. HEX triplet: A2, 8E and 05. RGB value is (162,142,5). Sum of RGB (Red+Green+Blue) = 162+142+5=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28E05 is #5D71FA. Grayscale: #848484. Windows color (decimal): -6124027 or 364194. OLE color: 364194.
HSL color Cylindrical-coordinate representation of color #A28E05: hue angle of 52.36º 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 #A28E05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.36 |
| HSL | 52.36º | 0.94% | 0.33% | - |
| HSV(B) | 52.36º | 0.97% | 0.64% | - |
| XYZ | 24.6 | 27.04 | 4.07 | - |
| YUV | 132.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 5 | 0 | 0.12 | 0.97 | 0.36 | 52.36 | 0.94 | 0.33 |
| Hex | A2 | 8E | 5 | 0 | C | 61 | 24 | 34 | 5E | 21 |
| Octal | 242 | 216 | 5 | 0 | 14 | 141 | 44 | 64 | 136 | 41 |
| Binary | 10100010 | 10001110 | 101 | 0 | 1100 | 1100001 | 100100 | 110100 | 1011110 | 100001 |
Color Harmonies of #A28E05
Complementary color
Monochromatic Colors of #A28E05
Black with #A28E05
Text Example
Text Example
White with #A28E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E05; }
p { color: rgb(162,142,5); }
H1.HeaderClassName
{
color: #A28E05;
}
.AnyTagClassName
{
color: #A28E05;
}
</style>
background-color css
<style>
a { background-color: #A28E05; }
a { background-color: rgb(162,142,5); }
div.DivClassName
{
background-color: #A28E05;
}
.BgClassName
{
background-color: #A28E05;
}
</style>
border-color css
<style>
span { border-color: #A28E05; }
span { border-color: rgb(162,142,5); }
td.TdClassName
{
border-color: #A28E05;
}
.TagClassName
{
border-color: #A28E05;
}
</style>