Shades of Lucky #A48F0D
Tints of Lucky #A48F0D
RGB
CMYK
RGB Variations
Color information
#A48F0D (or 0xA48F0D) is known color: Lucky. HEX triplet: A4, 8F and 0D. RGB value is (164,143,13). Sum of RGB (Red+Green+Blue) = 164+143+13=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F0D is #5B70F2. Grayscale: #878787. Windows color (decimal): -5992691 or 888740. OLE color: 888740.
HSL color Cylindrical-coordinate representation of color #A48F0D: hue angle of 51.66º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A48F0D is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 13 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.36 |
| HSL | 51.66º | 0.85% | 0.35% | - |
| HSV(B) | 51.66º | 0.92% | 0.64% | - |
| XYZ | 25.2 | 27.57 | 4.37 | - |
| YUV | 134.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 13 | 0 | 0.13 | 0.92 | 0.36 | 51.66 | 0.85 | 0.35 |
| Hex | A4 | 8F | D | 0 | D | 5C | 24 | 34 | 55 | 23 |
| Octal | 244 | 217 | 15 | 0 | 15 | 134 | 44 | 64 | 125 | 43 |
| Binary | 10100100 | 10001111 | 1101 | 0 | 1101 | 1011100 | 100100 | 110100 | 1010101 | 100011 |
Color Harmonies of #A48F0D
Complementary color
Monochromatic Colors of #A48F0D
Black with #A48F0D
Text Example
Text Example
White with #A48F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F0D; }
p { color: rgb(164,143,13); }
H1.HeaderClassName
{
color: #A48F0D;
}
.AnyTagClassName
{
color: #A48F0D;
}
</style>
background-color css
<style>
a { background-color: #A48F0D; }
a { background-color: rgb(164,143,13); }
div.DivClassName
{
background-color: #A48F0D;
}
.BgClassName
{
background-color: #A48F0D;
}
</style>
border-color css
<style>
span { border-color: #A48F0D; }
span { border-color: rgb(164,143,13); }
td.TdClassName
{
border-color: #A48F0D;
}
.TagClassName
{
border-color: #A48F0D;
}
</style>