Shades of Lucky #A48C10
Tints of Lucky #A48C10
RGB
CMYK
RGB Variations
Color information
#A48C10 (or 0xA48C10) is known color: Lucky. HEX triplet: A4, 8C and 10. RGB value is (164,140,16). Sum of RGB (Red+Green+Blue) = 164+140+16=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48C10 is #5B73EF. Grayscale: #858585. Windows color (decimal): -5993456 or 1084580. OLE color: 1084580.
HSL color Cylindrical-coordinate representation of color #A48C10: hue angle of 50.27º 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 #A48C10 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 16 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.36 |
| HSL | 50.27º | 0.82% | 0.35% | - |
| HSV(B) | 50.27º | 0.9% | 0.64% | - |
| XYZ | 24.78 | 26.69 | 4.34 | - |
| YUV | 133.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 16 | 0 | 0.15 | 0.90 | 0.36 | 50.27 | 0.82 | 0.35 |
| Hex | A4 | 8C | 10 | 0 | F | 5A | 24 | 32 | 52 | 23 |
| Octal | 244 | 214 | 20 | 0 | 17 | 132 | 44 | 62 | 122 | 43 |
| Binary | 10100100 | 10001100 | 10000 | 0 | 1111 | 1011010 | 100100 | 110010 | 1010010 | 100011 |
Color Harmonies of #A48C10
Complementary color
Monochromatic Colors of #A48C10
Black with #A48C10
Text Example
Text Example
White with #A48C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C10; }
p { color: rgb(164,140,16); }
H1.HeaderClassName
{
color: #A48C10;
}
.AnyTagClassName
{
color: #A48C10;
}
</style>
background-color css
<style>
a { background-color: #A48C10; }
a { background-color: rgb(164,140,16); }
div.DivClassName
{
background-color: #A48C10;
}
.BgClassName
{
background-color: #A48C10;
}
</style>
border-color css
<style>
span { border-color: #A48C10; }
span { border-color: rgb(164,140,16); }
td.TdClassName
{
border-color: #A48C10;
}
.TagClassName
{
border-color: #A48C10;
}
</style>