Shades of Lucky #A48F10
Tints of Lucky #A48F10
RGB
CMYK
RGB Variations
Color information
#A48F10 (or 0xA48F10) is known color: Lucky. HEX triplet: A4, 8F and 10. RGB value is (164,143,16). Sum of RGB (Red+Green+Blue) = 164+143+16=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F10 is #5B70EF. Grayscale: #878787. Windows color (decimal): -5992688 or 1085348. OLE color: 1085348.
HSL color Cylindrical-coordinate representation of color #A48F10: hue angle of 51.49º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A48F10 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 16 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.36 |
| HSL | 51.49º | 0.82% | 0.35% | - |
| HSV(B) | 51.49º | 0.9% | 0.64% | - |
| XYZ | 25.23 | 27.57 | 4.48 | - |
| YUV | 134.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 16 | 0 | 0.13 | 0.90 | 0.36 | 51.49 | 0.82 | 0.35 |
| Hex | A4 | 8F | 10 | 0 | D | 5A | 24 | 33 | 52 | 23 |
| Octal | 244 | 217 | 20 | 0 | 15 | 132 | 44 | 63 | 122 | 43 |
| Binary | 10100100 | 10001111 | 10000 | 0 | 1101 | 1011010 | 100100 | 110011 | 1010010 | 100011 |
Color Harmonies of #A48F10
Complementary color
Monochromatic Colors of #A48F10
Black with #A48F10
Text Example
Text Example
White with #A48F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F10; }
p { color: rgb(164,143,16); }
H1.HeaderClassName
{
color: #A48F10;
}
.AnyTagClassName
{
color: #A48F10;
}
</style>
background-color css
<style>
a { background-color: #A48F10; }
a { background-color: rgb(164,143,16); }
div.DivClassName
{
background-color: #A48F10;
}
.BgClassName
{
background-color: #A48F10;
}
</style>
border-color css
<style>
span { border-color: #A48F10; }
span { border-color: rgb(164,143,16); }
td.TdClassName
{
border-color: #A48F10;
}
.TagClassName
{
border-color: #A48F10;
}
</style>