Shades of Lucky #A28F0F
Tints of Lucky #A28F0F
RGB
CMYK
RGB Variations
Color information
#A28F0F (or 0xA28F0F) is known color: Lucky. HEX triplet: A2, 8F and 0F. RGB value is (162,143,15). Sum of RGB (Red+Green+Blue) = 162+143+15=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28F0F is #5D70F0. Grayscale: #868686. Windows color (decimal): -6123761 or 1019810. OLE color: 1019810.
HSL color Cylindrical-coordinate representation of color #A28F0F: hue angle of 52.24º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A28F0F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 15 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.36 |
| HSL | 52.24º | 0.83% | 0.35% | - |
| HSV(B) | 52.24º | 0.91% | 0.64% | - |
| XYZ | 24.81 | 27.36 | 4.43 | - |
| YUV | 134.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 15 | 0 | 0.12 | 0.91 | 0.36 | 52.24 | 0.83 | 0.35 |
| Hex | A2 | 8F | F | 0 | C | 5B | 24 | 34 | 53 | 23 |
| Octal | 242 | 217 | 17 | 0 | 14 | 133 | 44 | 64 | 123 | 43 |
| Binary | 10100010 | 10001111 | 1111 | 0 | 1100 | 1011011 | 100100 | 110100 | 1010011 | 100011 |
Color Harmonies of #A28F0F
Complementary color
Monochromatic Colors of #A28F0F
Black with #A28F0F
Text Example
Text Example
White with #A28F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F0F; }
p { color: rgb(162,143,15); }
H1.HeaderClassName
{
color: #A28F0F;
}
.AnyTagClassName
{
color: #A28F0F;
}
</style>
background-color css
<style>
a { background-color: #A28F0F; }
a { background-color: rgb(162,143,15); }
div.DivClassName
{
background-color: #A28F0F;
}
.BgClassName
{
background-color: #A28F0F;
}
</style>
border-color css
<style>
span { border-color: #A28F0F; }
span { border-color: rgb(162,143,15); }
td.TdClassName
{
border-color: #A28F0F;
}
.TagClassName
{
border-color: #A28F0F;
}
</style>