Shades of Lucky #A38C10
Tints of Lucky #A38C10
RGB
CMYK
RGB Variations
Color information
#A38C10 (or 0xA38C10) is known color: Lucky. HEX triplet: A3, 8C and 10. RGB value is (163,140,16). Sum of RGB (Red+Green+Blue) = 163+140+16=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38C10 is #5C73EF. Grayscale: #858585. Windows color (decimal): -6058992 or 1084579. OLE color: 1084579.
HSL color Cylindrical-coordinate representation of color #A38C10: hue angle of 50.61º 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 #A38C10 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 16 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.36 |
| HSL | 50.61º | 0.82% | 0.35% | - |
| HSV(B) | 50.61º | 0.9% | 0.64% | - |
| XYZ | 24.58 | 26.58 | 4.33 | - |
| YUV | 132.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 16 | 0 | 0.14 | 0.90 | 0.36 | 50.61 | 0.82 | 0.35 |
| Hex | A3 | 8C | 10 | 0 | E | 5A | 24 | 33 | 52 | 23 |
| Octal | 243 | 214 | 20 | 0 | 16 | 132 | 44 | 63 | 122 | 43 |
| Binary | 10100011 | 10001100 | 10000 | 0 | 1110 | 1011010 | 100100 | 110011 | 1010010 | 100011 |
Color Harmonies of #A38C10
Complementary color
Monochromatic Colors of #A38C10
Black with #A38C10
Text Example
Text Example
White with #A38C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C10; }
p { color: rgb(163,140,16); }
H1.HeaderClassName
{
color: #A38C10;
}
.AnyTagClassName
{
color: #A38C10;
}
</style>
background-color css
<style>
a { background-color: #A38C10; }
a { background-color: rgb(163,140,16); }
div.DivClassName
{
background-color: #A38C10;
}
.BgClassName
{
background-color: #A38C10;
}
</style>
border-color css
<style>
span { border-color: #A38C10; }
span { border-color: rgb(163,140,16); }
td.TdClassName
{
border-color: #A38C10;
}
.TagClassName
{
border-color: #A38C10;
}
</style>