Shades of Lucky #A48A10
Tints of Lucky #A48A10
RGB
CMYK
RGB Variations
Color information
#A48A10 (or 0xA48A10) is known color: Lucky. HEX triplet: A4, 8A and 10. RGB value is (164,138,16). Sum of RGB (Red+Green+Blue) = 164+138+16=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A10 is #5B75EF. Grayscale: #848484. Windows color (decimal): -5993968 or 1084068. OLE color: 1084068.
HSL color Cylindrical-coordinate representation of color #A48A10: hue angle of 49.46º 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 #A48A10 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 16 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.36 |
| HSL | 49.46º | 0.82% | 0.35% | - |
| HSV(B) | 49.46º | 0.9% | 0.64% | - |
| XYZ | 24.49 | 26.11 | 4.24 | - |
| YUV | 131.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 16 | 0 | 0.16 | 0.90 | 0.36 | 49.46 | 0.82 | 0.35 |
| Hex | A4 | 8A | 10 | 0 | 10 | 5A | 24 | 31 | 52 | 23 |
| Octal | 244 | 212 | 20 | 0 | 20 | 132 | 44 | 61 | 122 | 43 |
| Binary | 10100100 | 10001010 | 10000 | 0 | 10000 | 1011010 | 100100 | 110001 | 1010010 | 100011 |
Color Harmonies of #A48A10
Complementary color
Monochromatic Colors of #A48A10
Black with #A48A10
Text Example
Text Example
White with #A48A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A10; }
p { color: rgb(164,138,16); }
H1.HeaderClassName
{
color: #A48A10;
}
.AnyTagClassName
{
color: #A48A10;
}
</style>
background-color css
<style>
a { background-color: #A48A10; }
a { background-color: rgb(164,138,16); }
div.DivClassName
{
background-color: #A48A10;
}
.BgClassName
{
background-color: #A48A10;
}
</style>
border-color css
<style>
span { border-color: #A48A10; }
span { border-color: rgb(164,138,16); }
td.TdClassName
{
border-color: #A48A10;
}
.TagClassName
{
border-color: #A48A10;
}
</style>