Shades of Lucky #A28F22
Tints of Lucky #A28F22
RGB
CMYK
RGB Variations
Color information
#A28F22 (or 0xA28F22) is known color: Lucky. HEX triplet: A2, 8F and 22. RGB value is (162,143,34). Sum of RGB (Red+Green+Blue) = 162+143+34=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F22 is #5D70DD. Grayscale: #888888. Windows color (decimal): -6123742 or 2264994. OLE color: 2264994.
HSL color Cylindrical-coordinate representation of color #A28F22: hue angle of 51.09º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A28F22 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 34 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.36 |
| HSL | 51.09º | 0.65% | 0.38% | - |
| HSV(B) | 51.09º | 0.79% | 0.64% | - |
| XYZ | 25.01 | 27.44 | 5.49 | - |
| YUV | 136.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 34 | 0 | 0.12 | 0.79 | 0.36 | 51.09 | 0.65 | 0.38 |
| Hex | A2 | 8F | 22 | 0 | C | 4F | 24 | 33 | 41 | 26 |
| Octal | 242 | 217 | 42 | 0 | 14 | 117 | 44 | 63 | 101 | 46 |
| Binary | 10100010 | 10001111 | 100010 | 0 | 1100 | 1001111 | 100100 | 110011 | 1000001 | 100110 |
Color Harmonies of #A28F22
Complementary color
Monochromatic Colors of #A28F22
Black with #A28F22
Text Example
Text Example
White with #A28F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F22; }
p { color: rgb(162,143,34); }
H1.HeaderClassName
{
color: #A28F22;
}
.AnyTagClassName
{
color: #A28F22;
}
</style>
background-color css
<style>
a { background-color: #A28F22; }
a { background-color: rgb(162,143,34); }
div.DivClassName
{
background-color: #A28F22;
}
.BgClassName
{
background-color: #A28F22;
}
</style>
border-color css
<style>
span { border-color: #A28F22; }
span { border-color: rgb(162,143,34); }
td.TdClassName
{
border-color: #A28F22;
}
.TagClassName
{
border-color: #A28F22;
}
</style>