Shades of Lucky #A48C0D
Tints of Lucky #A48C0D
RGB
CMYK
RGB Variations
Color information
#A48C0D (or 0xA48C0D) is known color: Lucky. HEX triplet: A4, 8C and 0D. RGB value is (164,140,13). Sum of RGB (Red+Green+Blue) = 164+140+13=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48C0D is #5B73F2. Grayscale: #858585. Windows color (decimal): -5993459 or 887972. OLE color: 887972.
HSL color Cylindrical-coordinate representation of color #A48C0D: hue angle of 50.46º 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 #A48C0D is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 13 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.36 |
| HSL | 50.46º | 0.85% | 0.35% | - |
| HSV(B) | 50.46º | 0.92% | 0.64% | - |
| XYZ | 24.76 | 26.68 | 4.23 | - |
| YUV | 132.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 13 | 0 | 0.15 | 0.92 | 0.36 | 50.46 | 0.85 | 0.35 |
| Hex | A4 | 8C | D | 0 | F | 5C | 24 | 32 | 55 | 23 |
| Octal | 244 | 214 | 15 | 0 | 17 | 134 | 44 | 62 | 125 | 43 |
| Binary | 10100100 | 10001100 | 1101 | 0 | 1111 | 1011100 | 100100 | 110010 | 1010101 | 100011 |
Color Harmonies of #A48C0D
Complementary color
Monochromatic Colors of #A48C0D
Black with #A48C0D
Text Example
Text Example
White with #A48C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C0D; }
p { color: rgb(164,140,13); }
H1.HeaderClassName
{
color: #A48C0D;
}
.AnyTagClassName
{
color: #A48C0D;
}
</style>
background-color css
<style>
a { background-color: #A48C0D; }
a { background-color: rgb(164,140,13); }
div.DivClassName
{
background-color: #A48C0D;
}
.BgClassName
{
background-color: #A48C0D;
}
</style>
border-color css
<style>
span { border-color: #A48C0D; }
span { border-color: rgb(164,140,13); }
td.TdClassName
{
border-color: #A48C0D;
}
.TagClassName
{
border-color: #A48C0D;
}
</style>