Shades of Lucky #A28F1F
Tints of Lucky #A28F1F
RGB
CMYK
RGB Variations
Color information
#A28F1F (or 0xA28F1F) is known color: Lucky. HEX triplet: A2, 8F and 1F. RGB value is (162,143,31). Sum of RGB (Red+Green+Blue) = 162+143+31=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F1F is #5D70E0. Grayscale: #888888. Windows color (decimal): -6123745 or 2068386. OLE color: 2068386.
HSL color Cylindrical-coordinate representation of color #A28F1F: hue angle of 51.3º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A28F1F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 31 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.36 |
| HSL | 51.3º | 0.68% | 0.38% | - |
| HSV(B) | 51.3º | 0.81% | 0.64% | - |
| XYZ | 24.97 | 27.43 | 5.27 | - |
| YUV | 135.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 31 | 0 | 0.12 | 0.81 | 0.36 | 51.3 | 0.68 | 0.38 |
| Hex | A2 | 8F | 1F | 0 | C | 51 | 24 | 33 | 44 | 26 |
| Octal | 242 | 217 | 37 | 0 | 14 | 121 | 44 | 63 | 104 | 46 |
| Binary | 10100010 | 10001111 | 11111 | 0 | 1100 | 1010001 | 100100 | 110011 | 1000100 | 100110 |
Color Harmonies of #A28F1F
Complementary color
Monochromatic Colors of #A28F1F
Black with #A28F1F
Text Example
Text Example
White with #A28F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F1F; }
p { color: rgb(162,143,31); }
H1.HeaderClassName
{
color: #A28F1F;
}
.AnyTagClassName
{
color: #A28F1F;
}
</style>
background-color css
<style>
a { background-color: #A28F1F; }
a { background-color: rgb(162,143,31); }
div.DivClassName
{
background-color: #A28F1F;
}
.BgClassName
{
background-color: #A28F1F;
}
</style>
border-color css
<style>
span { border-color: #A28F1F; }
span { border-color: rgb(162,143,31); }
td.TdClassName
{
border-color: #A28F1F;
}
.TagClassName
{
border-color: #A28F1F;
}
</style>